Introduces FreeBSD's SO_USER_COOKIE among socketopt's options.
This commit is contained in:
parent
3f387e60ef
commit
ec2d13567e
Notes:
git
2022-09-21 15:48:55 +09:00
@ -626,6 +626,7 @@ SO_SNDTIMEO nil Send timeout
|
|||||||
SO_ACCEPTCONN nil Socket has had listen() called on it
|
SO_ACCEPTCONN nil Socket has had listen() called on it
|
||||||
SO_USELOOPBACK nil Bypass hardware when possible
|
SO_USELOOPBACK nil Bypass hardware when possible
|
||||||
SO_ACCEPTFILTER nil There is an accept filter
|
SO_ACCEPTFILTER nil There is an accept filter
|
||||||
|
SO_USER_COOKIE nil Setting an identifier for ipfw purpose mainly
|
||||||
SO_DONTTRUNC nil Retain unread data
|
SO_DONTTRUNC nil Retain unread data
|
||||||
SO_WANTMORE nil Give a hint when more data is ready
|
SO_WANTMORE nil Give a hint when more data is ready
|
||||||
SO_WANTOOBFLAG nil OOB data is wanted in MSG_FLAG on receive
|
SO_WANTOOBFLAG nil OOB data is wanted in MSG_FLAG on receive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user