Retrieves the peek offset of this socket.
impl Socket { fn peek_offset(&self) -> Result<Option<usize>, Errno> }
Returns the peek offset of this socket.
socket(7) and SO_PEEK_OFF therein
lrs::socket::Socket::set_peek_offset