Introduces FreeBSD's SO_USER_COOKIE among socketopt's options.

This commit is contained in:
David Carlier 2021-02-21 13:16:57 +00:00 коммит произвёл Hiroshi SHIBATA
Родитель 3f387e60ef
Коммит ec2d13567e
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -626,6 +626,7 @@ SO_SNDTIMEO nil Send timeout
SO_ACCEPTCONN nil Socket has had listen() called on it
SO_USELOOPBACK nil Bypass hardware when possible
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_WANTMORE nil Give a hint when more data is ready
SO_WANTOOBFLAG nil OOB data is wanted in MSG_FLAG on receive