Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137029758
D25173.id72937.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
873 B
Referenced Files
None
Subscribers
None
D25173.id72937.diff
View Options
Index: head/sys/compat/linux/linux_socket.h
===================================================================
--- head/sys/compat/linux/linux_socket.h
+++ head/sys/compat/linux/linux_socket.h
@@ -200,6 +200,8 @@
#endif
#define LINUX_SO_TIMESTAMP 29
#define LINUX_SO_ACCEPTCONN 30
+#define LINUX_SO_SNDBUFFORCE 32
+#define LINUX_SO_RCVBUFFORCE 33
/* Socket options */
#define LINUX_IP_TOS 1
Index: head/sys/compat/linux/linux_socket.c
===================================================================
--- head/sys/compat/linux/linux_socket.c
+++ head/sys/compat/linux/linux_socket.c
@@ -212,8 +212,10 @@
case LINUX_SO_BROADCAST:
return (SO_BROADCAST);
case LINUX_SO_SNDBUF:
+ case LINUX_SO_SNDBUFFORCE:
return (SO_SNDBUF);
case LINUX_SO_RCVBUF:
+ case LINUX_SO_RCVBUFFORCE:
return (SO_RCVBUF);
case LINUX_SO_KEEPALIVE:
return (SO_KEEPALIVE);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 22, 12:37 AM (11 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25844303
Default Alt Text
D25173.id72937.diff (873 B)
Attached To
Mode
D25173: Support SO_SNDBUFFORCE/SO_RCVBUFFORCE.
Attached
Detach File
Event Timeline
Log In to Comment