Re: TCP congestion window pinned by integer arithmetic

2020-06-09 Thread Richard Procter
Hi, > On 2/06/2020, at 9:41 AM, Brian Brombacher wrote: > > Hi, > > RFC 5681 Section 3.1 has an Implementation Note that covers the bug fixed by > the following patch. I ran into this bug testing on a high latency link. My > congestion window was pinned to a specific value and could not op

TCP congestion window pinned by integer arithmetic

2020-06-01 Thread Brian Brombacher
Hi, RFC 5681 Section 3.1 has an Implementation Note that covers the bug fixed by the following patch. I ran into this bug testing on a high latency link. My congestion window was pinned to a specific value and could not open further, causing a lack of bandwidth utilization. I chose if/assign