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, Aug 14, 2:01 PM
Unknown Object (File)
Fri, Aug 14, 5:59 AM
Unknown Object (File)
Wed, Aug 12, 9:35 PM
Unknown Object (File)
Fri, Aug 7, 9:40 PM
Unknown Object (File)
Thu, Aug 6, 2:42 PM
Unknown Object (File)
Thu, Aug 6, 12:56 AM
Unknown Object (File)
Wed, Aug 5, 5:39 PM
Unknown Object (File)
Wed, Aug 5, 9:31 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.