Did anybody make any progress on this issue? I'm experiencing very much the same problem. I connect using the Windows XP telnet client to an embedded system running with lwIP RAW API and no OS. My symptoms only appear when I try to "quit" the telnet session under moderate to heavy traffic. Usually the standard payload == NULL condition in the tcp_recv callback terminates the connection just fine, but under traffic the connection is severed less elegantly. In fact, I don't think it ever gets inside the recv callback function. Ethereal shows that the client sends a RST for some reason, and the server returns an error.
Kyle _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
