HomePhabricator

Set TCP_NODELAY on P2P sockets.
a4e28b3d1e5cUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Set TCP_NODELAY on P2P sockets.

Nagle appears to be a significant contributor to latency now that the static
sleeps are gone. Most of our messages are relatively large compared to
IP + TCP so I do not expect this to create enormous overhead.

This may also reduce traffic burstyness somewhat.

Details

Provenance
Gregory Maxwell <greg@xiph.org>Authored on Oct 21 2015, 23:52
deadalnixPushed on May 14 2017, 22:04
Parents
rABC0fbfc5106cd9: Merge pull request #6859
Branches
Unknown
Tags
Unknown

Event Timeline

Gregory Maxwell <greg@xiph.org> committed rABCa4e28b3d1e5c: Set TCP_NODELAY on P2P sockets. (authored by Gregory Maxwell <greg@xiph.org>).Oct 22 2015, 17:57