lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Problem with lwIP in seial-ethernet data transfer


From: Kieran Mansley
Subject: Re: [lwip-users] Problem with lwIP in seial-ethernet data transfer
Date: Mon, 21 Jul 2008 09:16:07 +0100

On Sun, 2008-07-20 at 11:01 +0530, Vibhor Kapoor wrote:

> We call tcp-output just after tcp-write like this:
>  
> err=tcp_write(.....);
> if(err != ERR_MEM)
> {
> tcp_output(.....);
> }

Sounds fine to me.  It might not be as efficient as possible (e.g. you
could end up sending lots of small packets rather than a few big ones)
but it will work.

Kieran





reply via email to

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