lwip-users
[Top][All Lists]
Advanced

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

Re: 回覆: Re: [lwip-users] HELP! About the RAW API


From: Prateek Jain
Subject: Re: 回覆: Re: [lwip-users] HELP! About the RAW API
Date: Tue, 25 Apr 2006 13:24:08 +0530

Hi Chansio,
 
   It's difficult to comment on this problem with this information. I have few questions too:
1. Are you able to send data any time? i.e. Is it failing to send data in few cases or you are not able to send at all?
If possible, send the code. Please send the logs too.
 
Regards,
Prateek

 
On 4/24/06, 陳 小擁 <address@hidden> wrote:
Hi Prateek :
    I have got the pcb yet ! i find that i just can sent the data for several times . After i skipped the LwIP Code . i find that the pcb->queuelen don't decreased . It means that LwIP didn't get the ACKs from PC . I don't know why . Can you help me or give me some advice ? Thanks !


Prateek Jain <address@hidden> 說:
Use tcp_write API
     iErr = tcp_write(pcb, (void *)iSendBuf, (u16_t)strlen((char *) iSendBuf), 1);
You must be having the pcb (which is used to recv the data)
 
Thanks
Prateek Jain
 


_______________________________________
YM - 離線訊息
就算你沒有上網,你的朋友仍可以留下訊息給你,當你上網時就能立即看到,任何說話都冇走失。
http://messenger.yahoo.com.hk


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



reply via email to

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