[9fans] port of NetPipe to plan 9 (tcp only)
Group: comp.os.plan9 · Group Profile · Search for fun quiz in comp.os.plan9
Author: ron minnich
Date: Aug 17, 2007 10:40
on 9grid.net in http://9grid.net/magic/webls?dir=/rminnich/src you can see NP.tar, a port of netpipe(http://www.scl.ameslab.gov/netpipe/). Only tcp supported at present. to use, tar extract cd to netpipewhatever mk all It's ugly code but the original is not exactly pretty. Fun quiz: Why, in When, should you do this: f = ((float)nsec()) * 1e-9 instead of this: f = ((float)time(nil)); have fun ron
Show full article (0.41Kb) |