* Added a comment to SO_BINDTODEVICE.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28128 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2008-10-15 12:33:59 +00:00
parent 302809b46f
commit 051bb0bb64

View File

@ -68,7 +68,7 @@ typedef uint32_t socklen_t;
#define SO_ERROR 0x40000007 /* get error status and clear */
#define SO_TYPE 0x40000008 /* get socket type */
#define SO_NONBLOCK 0x40000009
#define SO_BINDTODEVICE 0x4000000a
#define SO_BINDTODEVICE 0x4000000a /* binds the socket to a specific device index */
#define SO_PEERCRED 0x4000000b /* get peer credentials, param: ucred */
/* Shutdown options */