From f95fb19922a91d4bb5c19a522c489ad7b751d401 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 16 Jan 2023 14:31:58 +0900 Subject: network: introduce QuickAck= for [DHCPv4] and [IPv6AcceptRA] Closes #25906. --- man/systemd.network.xml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/systemd.network.xml b/man/systemd.network.xml index daa2c2e167..69b94adbe7 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1645,8 +1645,8 @@ allow my_server_t localnet_peer_t:peer recv; QuickAck= - Takes a boolean. When true enables TCP quick ack mode for the route. When unset, the - kernel's default will be used. + Takes a boolean. When true, the TCP quick ACK mode for the route is enabled. When unset, + the kernel's default will be used. @@ -2046,6 +2046,14 @@ allow my_server_t localnet_peer_t:peer recv; + + QuickAck= + + Takes a boolean. When true, the TCP quick ACK mode is enabled for the routes configured by + the acquired DHCPv4 lease. When unset, the kernel's default will be used. + + + UseGateway= @@ -2546,6 +2554,14 @@ Token=prefixstable:2002:da8:1:: + + QuickAck= + + Takes a boolean. When true, the TCP quick ACK mode is enabled for the routes configured by + the received RAs. When unset, the kernel's default will be used. + + + UseMTU= -- cgit v1.2.1