HomeFreeBSD

MFC r245783:
rS250141Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

MFC r245783:

Simplify and fix a bug in cc_ack_received()'s "are we congestion window limited"
logic (refer to [1] for associated discussion). snd_cwnd and snd_wnd are
unsigned long and on 64 bit hosts, min() will truncate them to 32 bits and could
therefore potentially corrupt the result (although under normal operation,
neither variable should legitmately exceed 32 bits).

[1] http://lists.freebsd.org/pipermail/freebsd-net/2013-January/034297.html

Submitted by: jhb

Details

Provenance
lstewartAuthored on
Parents
rS250140: MFC r245783:
Branches
Unknown
Tags
Unknown

Event Timeline