[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] tcp_close() in callback API
From: |
Kieran Mansley |
Subject: |
Re: [lwip-devel] tcp_close() in callback API |
Date: |
Tue, 9 Dec 2003 09:08:09 +0000 (GMT) |
On Tue, 9 Dec 2003, Kjell Andersson XW (LI/EAB) wrote:
> As it is today, using the callback API, a connection has no way of
> telling if the connection was closed.
If I remember correctly, your recv callback will be called with a zero
length buffer to signify EOF.
Kieran