Retrieves the time the last packet was received.
impl Socket {
fn last_packet(&self) -> Result<Time, Errno>
}Returns the time the last packet was received.
This must only be used if the timestamp option is not set because otherwise the return value will be incorrect.
socket(7) and SIOCGSTAMPNS therein