commit | a269d613fe0536a01eb86367a545e337e51d1309 | [log] [tgz] |
---|---|---|
author | ajs <ajs> | Wed Feb 16 00:45:37 2005 +0000 |
committer | ajs <ajs> | Wed Feb 16 00:45:37 2005 +0000 |
tree | 21e648eaac2a1569af79dcbc75a962481b6cbc75 | |
parent | 6ea7cdc593f7637e26da54192ef67245185994f3 [diff] |
2005-02-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * network.h: Declare new function set_nonblocking. Indicate that readn and writen are deprecated. * network.c: (set_nonblocking) New function to make a file descriptor non-blocking, since it seems silly to have fcntl calls sprinkled throughout the code.