mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00

Fixed the following bugs: 2366: For coldfire port: pbuf is freed twice when no room on output ring. 2368: Coldfire port: buffer cleanup in 5272 driver causes problems. 2376: Can't have timeouts large enough Note that timeouts are now 32 bits. This was done for select() support. Coldfire and unix ports have been updated. Committing in . Modified Files: src/core/sys.c src/include/lwip/sys.h ----------------------------------------------------------------------