Retrieves whether this socket sends timestamp control messages.
impl Socket { fn is_timestamp(&self) -> Result<bool, Errno> }
Returns whether this socket sends timestamp control messages.
socket(7) and SO_TIMESTAMPNS therein
lrs::socket::Socket::set_timestamp