Sets the peek offset of this socket.
impl Socket {
fn set_peek_offset(&self, val: Option<usize>) -> Result<(), Errno>
}| Name | Description |
|---|---|
| val | The peek offset of this socket. |
This is only implemented for Unix sockets. The argument must be representable in a c_int.
socket(7) and SO_PEEK_OFF therein