mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
* Add `Socket.peek` to allow peeking at the receiving queue. This uses the `MSG_PEEK` flag to peek at the beginning of the receiving queue without removing data from said queue.