New errors and defines for socket options.

This commit is contained in:
Philip Homburg
2006-02-17 13:43:50 +00:00
parent d430c4fac8
commit fa6f63c3cb
3 changed files with 8 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ sys/socket.h
#define SO_KEEPALIVE 0x0008
#define SO_SNDBUF 0x1001 /* send buffer size */
#define SO_RCVBUF 0x1002 /* receive buffer size */
#define SO_ERROR 0x1007 /* get and clear error status */
/* The how argument to shutdown */