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)
Fri, May 10, 9:05 AM
Unknown Object (File)
Mon, May 6, 7:32 AM
Unknown Object (File)
Wed, Apr 24, 7:16 PM
Unknown Object (File)
Wed, Apr 24, 1:27 PM
Unknown Object (File)
Apr 20 2024, 4:51 PM
Unknown Object (File)
Apr 17 2024, 6:34 PM
Unknown Object (File)
Apr 5 2024, 5:27 AM
Unknown Object (File)
Mar 7 2024, 12:52 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.