mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
socket.h: add SO_(SND/RCV)BUFFORCE to generic block
This commit is contained in:
parent
36d7303878
commit
3159e2fc81
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ struct linger
|
|||
#define SO_SNDLOWAT 19
|
||||
#define SO_RCVTIMEO 20
|
||||
#define SO_SNDTIMEO 21
|
||||
#define SO_SNDBUFFORCE 32
|
||||
#define SO_RCVBUFFORCE 33
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue