aboutsummaryrefslogtreecommitdiff
path: root/include/net/sctp/structs.h
diff options
context:
space:
mode:
authorGravatar Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> 2018-01-05 11:17:17 -0200
committerGravatar David S. Miller <davem@davemloft.net> 2018-01-08 14:19:13 -0500
commitcc35c3d1edf7a8373a1a5daa80a912dec96a9cd5 (patch)
tree2badea82208ce8d5e37ee152ac4f6aeff254db95 /include/net/sctp/structs.h
parentxen-netfront: enable device after manual module load (diff)
downloadlinux-cc35c3d1edf7a8373a1a5daa80a912dec96a9cd5.tar.gz
linux-cc35c3d1edf7a8373a1a5daa80a912dec96a9cd5.tar.bz2
linux-cc35c3d1edf7a8373a1a5daa80a912dec96a9cd5.zip
sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled
Currently, if PMTU discovery is disabled on a given transport, but the configured value is higher than the actual PMTU, it is likely that we will get some icmp Frag Needed. The issue is, if PMTU discovery is disabled, we won't update the information and will issue a retransmission immediately, which may very well trigger another ICMP, and another retransmission, leading to a loop. The fix is to simply not trigger immediate retransmissions if PMTU discovery is disabled on the given transport. Changes from v2: - updated stale comment, noticed by Xin Long Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sctp/structs.h')
0 files changed, 0 insertions, 0 deletions