[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #26672] close connection when receive window = 0
From: |
Oleg Tyshev |
Subject: |
[lwip-devel] [bug #26672] close connection when receive window = 0 |
Date: |
Mon, 25 May 2009 14:25:47 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 GTB5 |
URL:
<http://savannah.nongnu.org/bugs/?26672>
Summary: close connection when receive window = 0
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: olegreen
Submitted on: Mon 25 May 2009 02:25:46 PM GMT
Category: TCP
Severity: 3 - Normal
Item Group: Change Request
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release:
lwIP version: CVS Head
_______________________________________________________
Details:
lwip_close should close both directions send and receive.
lwip_close deletes data in receive buffer, but receive window won't be
updated.
If it was situation with zero receive window,
other side can't send FIN, because receive window = 0.
In do_close_internal() will be only tcp_close() called.
It is necessary here set initial receive window.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?26672>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [bug #26672] close connection when receive window = 0,
Oleg Tyshev <=