api_lib.c: Implement SO_RCVTIMEO for accept and recv on TCP connections, such present in patch #5959.

This commit is contained in:
fbernon
2007-05-23 19:18:09 +00:00
parent a330917ee8
commit a3fdc33f88
2 changed files with 19 additions and 3 deletions

View File

@@ -19,6 +19,10 @@ HISTORY
++ New features:
2007-05-23 Frédéric Bernon
* api_lib.c, sockets.c: Implement SO_RCVTIMEO for accept and recv on TCP
connections, such present in patch #5959.
2007-05-23 Frédéric Bernon
* api.h, api_lib.c, api_msg.c, sockets.c: group the different NETCONN_UDPxxx
code in only one part...