Allow the path MTU to grow up to the outgoing interface MTU.
MFC after: 3 days
This commit is contained in:
parent
e4344dae5b
commit
faadc1b492
@ -1492,6 +1492,8 @@ sctp_pathmtu_timer(struct sctp_inpcb *inp,
|
||||
#endif
|
||||
if (mtu > next_mtu) {
|
||||
net->mtu = next_mtu;
|
||||
} else {
|
||||
net->mtu = mtu;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user