mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-25 07:32:06 +03:00
fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.h
This commit is contained in:
parent
23d64182d8
commit
468bc11ed0
@ -31,7 +31,6 @@ struct cmsghdr
|
||||
#define SO_RCVBUF 0x1002
|
||||
#define SO_KEEPALIVE 8
|
||||
#define SO_OOBINLINE 256
|
||||
|
||||
#define SO_NO_CHECK 11
|
||||
#define SO_PRIORITY 12
|
||||
#define SO_LINGER 128
|
||||
@ -43,6 +42,8 @@ struct cmsghdr
|
||||
#define SO_SNDLOWAT 0x1003
|
||||
#define SO_RCVTIMEO 0x1006
|
||||
#define SO_SNDTIMEO 0x1005
|
||||
#define SO_SNDBUFFORCE 31
|
||||
#define SO_RCVBUFFORCE 33
|
||||
|
||||
#define SOCK_NONBLOCK 0200
|
||||
#define SOCK_CLOEXEC 02000000
|
||||
|
Loading…
Reference in New Issue
Block a user