question on window update ACKs

Murali Bashyam <mbashyam@cisco.com> Sat, 04 May 2002 01:10 UTC

Message-ID: <3CD33505.AB142473@cisco.com>
Date: Fri, 03 May 2002 18:10:30 -0700
From: Murali Bashyam <mbashyam@cisco.com>
Organization: Cisco Systems Inc
X-Mailer: Mozilla 4.51C-CISCOENG [en] (X11; U; SunOS 5.6 sun4u)
X-Accept-Language: en
MIME-Version: 1.0
To: tcp-impl@grc.nasa.gov
Subject: question on window update ACKs
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-tcp-impl@grc.nasa.gov
Precedence: bulk
Status: RO
Content-Length: 488
Lines: 11

The BSD stack does not seem to be suppressing window update ACKs after
the peer has sent us a FIN
and we have moved the connection to CLOSE_WAIT state. The application
reads data out of the socket receive buffer and every time this happens,
a window update ACK is triggered (if permitted) even after the
connection has been moved to CLOSE_WAIT state. Is there any reason for
this particularly or am i
not looking at the right version (i am looking at NetBSD version 1.5).

Thanks,
Murali