lwip-users
[Top][All Lists]
Advanced

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

Re: Re: [lwip-users] Throttling incoming TCP in receive callback usingra


From:
Subject: Re: Re: [lwip-users] Throttling incoming TCP in receive callback usingraw API
Date: Thu, 23 Oct 2008 14:11:53 +0800

Hi, Mike!
Thank you!
You advize illumined me! Now my TCP starts to work now!
Best Regards!
Locke Huang
 
 

2008-10-23

发件人: Mike Kleshov
发送时间: 2008-10-23 13:43:43
收件人: Mailing list for lwIP users
抄送:
主题: Re: [lwip-users] Throttling incoming TCP in receive callback usingraw API
 
2008/10/23 Bruce Sutherland  <address@hidden >:
> Should I delay calling tcp_recved in the case that the serial ring buffer is
> too full? If so, when will my receive callback be called again? Is there
> some better way to achieve this?
 
You should look at the echo sample code in
lwip/contrib/ports/unix/proj/minimal/echo.c
I think it is a good example of how to implement flow control on
incoming TCP data.
 
 
_______________________________________________
lwip-users mailing list
address@hidden
 

reply via email to

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