mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Update MPTCP patch
This commit is contained in:
parent
0879a1d4ef
commit
34951c98ca
1 changed files with 1 additions and 1 deletions
|
@ -1475,7 +1475,7 @@ index 0000000..ffd1d42
|
|||
+ return;
|
||||
+
|
||||
+ mptcp_for_each_sk(tp->mpcb, sk_it) {
|
||||
+ if ((mptcp_sk_can_send(sk_it) || sk->sk_state == TCP_SYN_RECV) &&
|
||||
+ if ((mptcp_sk_can_send(sk_it) || sk_it->sk_state == TCP_SYN_RECV) &&
|
||||
+ inet_csk(sk_it)->icsk_rto > max_rto)
|
||||
+ max_rto = inet_csk(sk_it)->icsk_rto;
|
||||
+ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue