mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-11 23:14:13 +00:00
A read with MSG_PEEK returns -1 and EGAIN/EWOULDBLOCK in case the socket is connected. Zero is only returned if the socket is disconnected. isuee #5104