CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/19 16:47:23
Modified files:
sys/netinet : tcp_input.c
Log message:
Break a glass ceiling on cwnd due to integer division during congestion
avoidance. The problem and fix is noted in RFC5681 section 3.1, page 7.
Report, diff and testing from Brian Brombacher, thanks!
Testing and a cosmetic tweak by myself.
ok claudio
