Page MenuHomeFreeBSD

Make linux(4) handle TCP_CORK
ClosedPublic

Authored by trasz on Jan 14 2020, 12:11 PM.
Tags
None
Referenced Files
F154128802: D23171.diff
Sun, Apr 26, 9:55 AM
Unknown Object (File)
Fri, Apr 24, 5:34 AM
Unknown Object (File)
Tue, Apr 7, 9:21 AM
Unknown Object (File)
Mon, Apr 6, 4:23 AM
Unknown Object (File)
Sat, Apr 4, 11:50 AM
Unknown Object (File)
Fri, Apr 3, 3:57 AM
Unknown Object (File)
Tue, Mar 31, 12:34 AM
Unknown Object (File)
Mar 25 2026, 1:56 AM
Subscribers

Details

Summary

Add TCP_CORK support to linux(4). This fixes one of the things Nginx trips over.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 28660
Build 26686: arc lint + arc unit

Event Timeline

afedorov added inline comments.
sys/compat/linux/linux_socket.c
244

Is this correct? It seems that linux TCP_CORK works more like FreeBSD TCP_NOPUSH.

Fix thinko pointed out by Alexander.

This revision was not accepted when it landed; it landed in state Needs Review.Jan 28 2020, 1:57 PM
This revision was automatically updated to reflect the committed changes.