runningwater 308c5fdd6a first commit 4 éve
..
README 308c5fdd6a first commit 4 éve
TODO 308c5fdd6a first commit 4 éve
buffers.c 308c5fdd6a first commit 4 éve
cliopen.c 308c5fdd6a first commit 4 éve
crlf.c 308c5fdd6a first commit 4 éve
error.c 308c5fdd6a first commit 4 éve
loop.c 308c5fdd6a first commit 4 éve
looptcp.c 308c5fdd6a first commit 4 éve
loopudp.c 308c5fdd6a first commit 4 éve
main.c 308c5fdd6a first commit 4 éve
multicast.c 308c5fdd6a first commit 4 éve
ourhdr.h 308c5fdd6a first commit 4 éve
pattern.c 308c5fdd6a first commit 4 éve
servopen.c 308c5fdd6a first commit 4 éve
sinktcp.c 308c5fdd6a first commit 4 éve
sinkudp.c 308c5fdd6a first commit 4 éve
sleepus.c 308c5fdd6a first commit 4 éve
sock.h 308c5fdd6a first commit 4 éve
sock.in 308c5fdd6a first commit 4 éve
sockopts.c 308c5fdd6a first commit 4 éve
sourceroute.c 308c5fdd6a first commit 4 éve
sourcesink.c 308c5fdd6a first commit 4 éve
sourcetcp.c 308c5fdd6a first commit 4 éve
sourceudp.c 308c5fdd6a first commit 4 éve
strerror.c 308c5fdd6a first commit 4 éve
tellwait.c 308c5fdd6a first commit 4 éve
write.c 308c5fdd6a first commit 4 éve
writen.c 308c5fdd6a first commit 4 éve

README

The source files in this directory are all copyrighted (c) 1993 by
W. Richard Stevens.

This source files in this directory assume tab stops every 4 positions,
not every 8 (the default). Just ":set tabstop=4" in vi, for example.

If your system doesn't define the POSIX.1 ssize_t data type, then
delete the appropriate #ifdef/#endif lines at the beginning of "ourhdr.h".

If your system's doesn't define the variables for getopt(),
then delete the appropriate #ifdef/#endif lines at the beginning of "ourhdr.h".

If your system doesn't support send() and recv() (e.g., OSF/1) then
delete the appropriate #ifdef/#endif lines at the beginning of "ourhdr.h".