summaryrefslogtreecommitdiff
path: root/net/kcm/kcmsock.c
diff options
context:
space:
mode:
authorMarcelo Ricardo Leitner <marcelo.leitner@gmail.com>2017-06-24 01:59:35 +0300
committerDavid S. Miller <davem@davemloft.net>2017-06-25 21:43:53 +0300
commit4ccbd0b0b9b8b09d87c7e7b0f868eda2bed03189 (patch)
treeeada21acf5a392e12a7a42fd5ec0fb64a6645780 /net/kcm/kcmsock.c
parente56f777af82ebbdf8302164b040128d890f100d8 (diff)
downloadlinux-4ccbd0b0b9b8b09d87c7e7b0f868eda2bed03189.tar.xz
sctp: adjust cwnd increase in Congestion Avoidance phase
RFC4960 Errata 3.26 identified that at the same time RFC4960 states that cwnd should never grow more than 1*MTU per RTT, Section 7.2.2 was underspecified and as described could allow increasing cwnd more than that. This patch updates it so partial_bytes_acked is maxed to cwnd if flight_size doesn't reach cwnd, protecting it from such case. See-also: https://tools.ietf.org/html/draft-ietf-tsvwg-rfc4960-errata-01#section-3.26 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/kcm/kcmsock.c')
0 files changed, 0 insertions, 0 deletions