107//SP193: this should be around the size of the TCP window because the TCPIP thread may take a while to execute (non-preemptive multitasking), otherwise incoming frames may get dropped.
108#ifndef LWIP_TCPIP_CORE_LOCKING_INPUT
109#define MEMP_NUM_TCPIP_MSG_INPKT 24
110#endif
111
117//SP193: this should be around the size of MEM_SIZE (in PBUFs), to prevent transmissions from being potentially being dropped.