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

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