1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Fix MPTCP patch

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-02-18 14:31:16 +01:00
parent b0d3ba3cb5
commit c856ba43ac

View file

@ -3727,10 +3727,11 @@ diff -aurN linux-5.4.64/net/ipv4/tcp.c linux-5.4.64.mptcp/net/ipv4/tcp.c
seq = tp->write_seq + tp->max_window + 2;
if (!seq)
@@ -2624,20 +2750,14 @@
@@ -2624,21 +2750,15 @@
icsk->icsk_backoff = 0;
tp->snd_cwnd = 2;
icsk->icsk_probes_out = 0;
icsk->icsk_probes_tstamp = 0;
- icsk->icsk_rto = TCP_TIMEOUT_INIT;
- tp->snd_ssthresh = TCP_INFINITE_SSTHRESH;
- tp->snd_cwnd = TCP_INIT_CWND;