All: In LWIP 1.3.2. socket connection breaks in receive time out case. But in LWIP 1.4.0, socket connect doesn’t break when receive time out happen ..
Anyone know reason ? Vincent From: [email protected] [mailto:[email protected]] On Behalf Of vincent cui Sent: 2012年5月29日 9:37 To: Mailing list for lwIP users Subject: [lwip-users] reveive timeout fails in lwip1.4.0 All: lwip_setsockopt’s SO_RCVTIMEO feature can’t works in LWIP1.4.0. I enable LWIP_TIMERS in timers.c, it seems that it can’t be timeout. But it is ok in lwip1.3.2. because I set thread timeout in creating thread code in sys_arch.c. Does I also need set thread timeout in creating thread code in sys_arch.c in LWIP1.4.0 ? Vincent
_______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
