Page MenuHomeFreeBSD

Make linux(4) handle TCP_CORK
ClosedPublic

Authored by trasz on Jan 14 2020, 12:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 18, 2:47 AM
Unknown Object (File)
Mon, May 11, 1:55 AM
Unknown Object (File)
Mon, May 11, 1:54 AM
Unknown Object (File)
Mon, May 11, 1:41 AM
Unknown Object (File)
Sun, May 10, 10:40 AM
Unknown Object (File)
Sun, Apr 26, 6:54 PM
Unknown Object (File)
Sun, Apr 26, 12:27 PM
Unknown Object (File)
Sun, Apr 26, 9:55 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 28724
Build 26739: arc lint + arc unit

Event Timeline

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

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.