[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [lwip-users] Sending large packets
From: |
Kieran Mansley |
Subject: |
RE: [lwip-users] Sending large packets |
Date: |
Fri, 03 Aug 2007 11:46:39 +0100 |
On Fri, 2007-08-03 at 11:35 +0100, Julian Gardner [RSD] wrote:
> Thanks for that, so is there any way I can help the stack by changing
> some pbuf #defines to make it work better
Possibly - making sure that when the stack fragments writes into pbufs
they end up MTU sized might help.
> or by making my packet send
> smaller?
That is unlikely to help (if you tried this - e.g. doing MTU sized
writes - and it did help that would be interesting), but making it an
exact multiple of the MTU might.
Kieran