Retrieves the protocol of this socket.
impl Socket { fn protocol(&self) -> Result<i32, Errno> }
Returns the protocol of this socket.
socket(7) and SO_PROTOCOL therein