lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] tcp_connection cann't start the callback function after


From: vincent cui
Subject: Re: [lwip-users] tcp_connection cann't start the callback function after connection successfully
Date: Tue, 6 Sep 2011 09:55:47 +0000

Keiran: 

I trace the code, and found that the pcb->state is CLOSED. Why? It is created 
by tcp _new(), 

锘?Vincent Cui
Sr.Firmware Engineer
Mobile: +8613482482211
Tel: +86 21 34612525x6104
Fax: +86 21 34619770
E-Mail: address@hidden
Shanghai EnLogic Electric Technology Co., Ltd.
Address: 1104-1106, Building A, No.391, Guiping Road, Xuhui District, Shanghai, 
200233
http://www.enlogic.com

-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Kieran Mansley
Sent: 2011年9月6日 17:27
To: Mailing list for lwIP users
Subject: Re: [lwip-users] tcp_connection cann't start the callback function 
after connection successfully

On Tue, 2011-09-06 at 09:21 +0000, vincent cui wrote:
> But after tcp_connection return correctly, the ftpd_dataconnected
> callback is not executed.

The callback is only called when the connection is fully established and
acknowledged by the server.  If you not getting the callback in that
situation, then something is wrong.

Kieran


_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users

reply via email to

[Prev in Thread] Current Thread [Next in Thread]