]> git.michaelhowe.org Git - packages/o/openafs.git/commit
rx: Limit window size to max acks
authorSimon Wilkinson <sxw@your-file-system.com>
Mon, 27 Sep 2010 22:50:23 +0000 (23:50 +0100)
committerDerrick Brashear <shadow@dementia.org>
Tue, 5 Oct 2010 19:20:18 +0000 (12:20 -0700)
commit0054458d07ee4304ad52d6ace68c742b1b8a68e8
tree71cfcf834ef8ba359f614d753fbb82c030d9c140
parentc864ba58f49caf46a9e3be95135ada12eced174d
rx: Limit window size to max acks

The RX ack packet can only acknowledge 255 packets at once. In the
current implementation, this limits our maximum window size to 255,
as we can't acknowledge any packets we receive outside of that window
size.

Reviewed-on: http://gerrit.openafs.org/2857
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
(cherry picked from commit 50920c0384189a6c635ca58c38bf7c942c0446b2)
Change-Id: I523afdacfc2a50239219d6d39cbea58ca22fee2e
Reviewed-on: http://gerrit.openafs.org/2931
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/rx/rx_globals.h