> How are you managing it? Some type of tasks? Interrupts? I am using the so called raw API. It is based on callbacks. In the main loop, 2 functions related to lwip are called: ethernet interface polling for received packets and TCP timer. In turn, these functions call my callbacks for all network-related events: TCP connection accepted, TCP data received, TCP data sent and acknowledged, connection closed and so on. This is all that's needed to implement multiple TCP servers.
_______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
