Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145936934
D23171.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
806 B
Referenced Files
None
Subscribers
None
D23171.id.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
@@ -237,6 +237,7 @@
#define LINUX_TCP_NODELAY 1
#define LINUX_TCP_MAXSEG 2
+#define LINUX_TCP_CORK 3
#define LINUX_TCP_KEEPIDLE 4
#define LINUX_TCP_KEEPINTVL 5
#define LINUX_TCP_KEEPCNT 6
Index: head/sys/compat/linux/linux_socket.c
===================================================================
--- head/sys/compat/linux/linux_socket.c
+++ head/sys/compat/linux/linux_socket.c
@@ -244,6 +244,8 @@
return (TCP_NODELAY);
case LINUX_TCP_MAXSEG:
return (TCP_MAXSEG);
+ case LINUX_TCP_CORK:
+ return (TCP_NOPUSH);
case LINUX_TCP_KEEPIDLE:
return (TCP_KEEPIDLE);
case LINUX_TCP_KEEPINTVL:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 27, 8:20 AM (10 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29010015
Default Alt Text
D23171.id.diff (806 B)
Attached To
Mode
D23171: Make linux(4) handle TCP_CORK
Attached
Detach File
Event Timeline
Log In to Comment