• Earle F. Philhower, III's avatar
    Increase LWIP MEM_SIZE to > TCP_SND_BUF (#731) · bb029cc2
    Earle F. Philhower, III authored
    The send buffers are set to 8 * MSS = ~11.5K.  MEM_SIZE is now set to
    be larger than that, 16K, in order to help avoid having tcp_write fail
    with ENOMEM.  The attempt to use a smaller size is still included, which
    will allow a tcp_write of up to 16 * 16K = 256K, i.e. all of memory.
    
    Fixes #725
    bb029cc2
lwipopts.h 3.67 KB