OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-710-gba51b43
Gerrit Code Review
gerrit@openafs.org
Tue, 1 Feb 2011 19:26:24 -0800 (PST)
The following commit has been merged in the master branch:
commit ba51b43e3558058b949ccc5de1d4559e4caf9d9b
Author: Andrew Deason <adeason@sinenomine.net>
Date: Mon Jan 31 15:00:09 2011 -0600
Rx: Do not stop keepalives on ACKALL receipt
We need to still keep sending periodic keepalives after receiving an
ACKALL, since the call is not done yet. ACKALLs can be received when
the peer has received all data from us, well before the call has
finished. This is particularly noticeable for long-lived calls that
have little data transfer, such as AFSVolForward and
AFSVolForwardMultiple.
This reverts commit b1549f29a9515de09d4a64bfb28bf5afdfee2615, which
was intended to be part of a fix for RT 20727.
FIXES 128848
Change-Id: I319e6e95d699ea87ecc72888452b5e1e6fcd88b0
Reviewed-on: http://gerrit.openafs.org/3876
Tested-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/rx/rx.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository