Closed matttbe closed 2 months ago
From the last weekly meeting:
net.ipv4.tcp_syn_linear_timeouts
), then fallback to "plain" TCPtfo_active_disable_times
is used: https://elixir.bootlin.com/linux/latest/A/ident/tfo_active_disable_timesFrom the last weekly meeting:
MPC packets could be explicitly dropped or reset by firewall somewhere in the network, e.g. with:
It sounds safer to fallback to TCP after X attempts (defined in a sysctl option?), "just in case".
Later, this could be improved with a cache, see #57.