MetaEngine / lwip-win32

LwIP project in Win32 platform.
http://code.google.com/p/lwip-win32
15 stars 9 forks source link

Assertion "sys_timeout: timeout != NULL" #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. A listen socket is created which continously scans the readset for any data
2. wen an external pc sends a request for connection, it gets connected but 
gives this system_timeout!=null assertion in sys_timeout function of sys.c

What is the expected output? What do you see instead?
to connected successfully and move on to reading sockets

What version of the product are you using? On what operating system?
Using LWIP for win32 in an emmbedded processor (TSK3000)

Please provide any additional information below.

Original issue reported on code.google.com by santhanaraj99 on 3 Mar 2011 at 8:50