[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [lwip-users] buffering outgoing packets
From: |
Bill Auerbach |
Subject: |
RE: [lwip-users] buffering outgoing packets |
Date: |
Fri, 30 Apr 2010 14:45:32 -0400 |
>However, I wouldn't disable IP_REASSEMBLY as you never know which host
>sends fragmented packets for you, so while you know you never will
>create such packets, you might still have to receive them and be able to
>reassemble them.
I have been turning off IP_REASSEMBLY in all my builds. It has not been a
problem (so far). For me it does add 2400 bytes to an optimized build of
lwIP.
Bill