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

MSG_PEEK on TCP sockets was broken since commit b71d4477eab7c19c34e57e5c9a1f8add63de7879 from 06.03.2017: recv hung in an endless loop and tcp_recved() was called for peeked data (which would result in a too large window advertised). Aded TCP MSG_PEEK to socket unit tests