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

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".