]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: limit InitialCongestionWindow= and InitialAdvertisedReceiveWindow= value
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 29 Sep 2020 04:55:14 +0000 (13:55 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 29 Sep 2020 04:55:17 +0000 (13:55 +0900)
commitfef160b5ab9ac507d8ab24d4197e535e4f866840
tree5c9123fe1d507625f720eb9a536942d995985fe6
parent6d3702f97ca0a9efb2d3290bb72559908699a3c9
network: limit InitialCongestionWindow= and InitialAdvertisedReceiveWindow= value

Strivtly speaking, this breaks backward compatibility. But setting
too large value into them, then their networking easily breaks.
Note that typically 100 for them is event too large. So, ommiting the
values equal or higher than 1024, and dropping support of k, M, and G
suffixes is OK for normal appropriate use cases.

See discussion in #16643.
src/network/networkd-route.c