From 4427c3f43a87c2e0c784fda6be1b9715be820733 Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Mon, 28 Jul 2014 12:18:29 +0530 Subject: socket: add support for tcp nagle This patch adds support for TCP TCP_NODELAY socket option. This can be configured via NoDelay conf parameter. TCP Nagle's algorithm works by combining a number of small outgoing messages, and sending them all at once. This controls the TCP_NODELAY socket option. --- man/systemd.socket.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'man') diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 9c9af531e8..352825f580 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -487,6 +487,17 @@ . + + NoDelay= + Takes a boolean + argument. TCP Nagle's algorithm works by combining a number of + small outgoing messages, and sending them all at once. + This controls the TCP_NODELAY socket option (see + tcp7 + Defaults to + . + + Priority= Takes an integer -- cgit v1.2.3-54-g00ecf