Page MenuHomeFreeBSD

Make linux(4) handle TCP_CORK
ClosedPublic

Authored by trasz on Jan 14 2020, 12:11 PM.
Tags
None
Referenced Files
F171213976: D23171.diff
Wed, Sep 9, 2:07 PM
Unknown Object (File)
Sun, Sep 6, 12:32 PM
Unknown Object (File)
Thu, Sep 3, 8:54 AM
Unknown Object (File)
Mon, Aug 24, 1:03 AM
Unknown Object (File)
Fri, Aug 21, 11:50 AM
Unknown Object (File)
Fri, Aug 21, 11:17 AM
Unknown Object (File)
Fri, Aug 21, 11:17 AM
Unknown Object (File)
Fri, Aug 21, 11:10 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.