mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-06 19:20:09 +00:00
adb48b5c9e
As discovered by Johannes Kliemann, peeking at buffered socket data using 'recv' and 'MSG_PEEK' is not supported. Read a "peek" control file from the socket directory to attempt to peek into buffers at the socket_fs. Support for every feature of POSIX sockets cannot be expected, but this one is trivial to implement. Fix #2875