lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Re: [lwip] incoming MSS > lwip MSS


From: Kieran Mansley
Subject: [lwip-users] Re: [lwip] incoming MSS > lwip MSS
Date: Wed, 08 Jan 2003 23:32:39 -0000

On Thu, 19 Sep 2002, Kieran Mansley wrote:

> On 19 Sep 2002, Dirk Koopman wrote:
>
> > Has anyone any experience of handling incoming packets greater than the
> > defined MSS size, thus leading to the lower level creating a chain of
> > (rather than the default of exactly one) pbuf(s) for each incoming
> > packet?
> >
> > At first sight it doen't appear to work, but it may (possibly :-) be my
> > low-level driver code.
>
> Sounds like you're confusing two things here - the MSS and the pbuf size.
> Having the low-level netif layer split an incoming segment over multiple
> pbufs (when PBUF_POOL_BUFSIZE > TCP_MSS) should work.

damnit, should be "(when PBUF_POOL_BUFSIZE < TCP_MSS)".

Sorry,

Kieran

[This message was sent through the lwip discussion list.]




reply via email to

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