summaryrefslogtreecommitdiffstats
path: root/contrib/isc-dhcp/includes/version.h
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2000-11-04 15:59:39 +0000
committerjlemon <jlemon@FreeBSD.org>2000-11-04 15:59:39 +0000
commit88c9bb192d76c158c5305370ae34d645b4a06069 (patch)
treebb85ba5d6877ae426899cabf9e21d79c58129660 /contrib/isc-dhcp/includes/version.h
parent048bdff41c996b7ebd1b376dcb8e59063c10d506 (diff)
downloadFreeBSD-src-88c9bb192d76c158c5305370ae34d645b4a06069.zip
FreeBSD-src-88c9bb192d76c158c5305370ae34d645b4a06069.tar.gz
tp->snd_recover is part of the New Reno recovery algorithm, and should
only be checked if the system is currently performing New Reno style fast recovery. However, this value was being checked regardless of the NR state, with the end result being that the congestion window was never opened. Change the logic to check t_dupack instead; the only code path that allows it to be nonzero at this point is NewReno, so if it is nonzero, we are in fast recovery mode and should not touch the congestion window. Tested by: phk
Diffstat (limited to 'contrib/isc-dhcp/includes/version.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud