mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
8f39b20488
Fix a bug that recv() couldn't peek receive data. recv() would be failed by previous recv() call with MSG_PEEK.