mirror of
https://github.com/systemd/systemd.git
synced 2025-02-03 17:47:28 +03:00
9475e23c90
- rename TCPRetransmissionTimeOutSec= -> TCPRetransmissionTimeoutSec, - refuse infinity, - fix the input value verifier (USEC_PER_SEC -> USEC_PER_MSEC), - use DIV_ROUND_UP() when assigning the value. Follow-ups for 1412d4a4fea234fd2afda26b1241cd700246a672. Closes #28898.
19 lines
377 B
SYSTEMD
19 lines
377 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Match]
|
|
Name=dummy98
|
|
|
|
[Network]
|
|
IPv6AcceptRA=no
|
|
Address=2001:1234:5:8f63::1/128
|
|
Address=149.10.124.58/28
|
|
|
|
[Route]
|
|
Destination=2001:1234:5:8fff:ff:ff:ff:ff/128
|
|
TCPCongestionControlAlgorithm=dctcp
|
|
TCPRetransmissionTimeoutSec=300s
|
|
|
|
[Route]
|
|
Destination=149.10.124.66
|
|
TCPCongestionControlAlgorithm=dctcp
|
|
TCPRetransmissionTimeoutSec=300s
|