lwip-users
[Top][All Lists]
Advanced

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

RE: [lwip-users] Re: Resolving- sending data from spartan3 to another (D


From: bill
Subject: RE: [lwip-users] Re: Resolving- sending data from spartan3 to another (David Empson & all)
Date: Thu, 5 Feb 2009 09:31:41 -0500

Additionally, the httpserver_raw demo is a great example showing what Kieran
is recommending.

Bill

>Here's how you're supposed to do it: use tcp_snd_buf() to find out how
>much space there is, and call tcp_write() to send that much.  Wait until
>your tcp_sent() callback is called, then call tcp_snd_buf() to find out
>how much space there is, and call tcp_write() to send that much.  And so
>on.  This is all described in the documentation for the raw api
>(lwip/doc/rawapi.txt) - I think you would do well to read that.
>
>Kieran





reply via email to

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