]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r331926:
authorjtl <jtl@FreeBSD.org>
Fri, 20 Apr 2018 14:01:08 +0000 (14:01 +0000)
committerjtl <jtl@FreeBSD.org>
Fri, 20 Apr 2018 14:01:08 +0000 (14:01 +0000)
commit11361cfebfe5fb95bbe117b35296fc0fd3de96c2
treeaed5b9ef90179ca9309307f0c814bdaf73065cba
parente17863c2bbbb758ec907074d94d8ad63d188aeda
MFC r331926:
  r330675 introduced an extra window check in the LRO code to ensure it
  captured and reported the highest window advertisement with the same
  SEQ/ACK.  However, the window comparison uses modulo 2**16 math, rather
  than directly comparing the absolute values.  Because windows use
  absolute values and not modulo 2**16 math (i.e. they don't wrap), we
  need to compare the absolute values.

Sponsored by: Netflix, Inc.
sys/netinet/tcp_seq.h