Use smoltcp::time types instead of u64 timestamps
smoltcp is moving towards using time::Duration
and time::Instant
instead
of a u64
timestamp.
Dependencies: m-labs/smoltcp#141
smoltcp is moving towards using time::Duration
and time::Instant
instead
of a u64
timestamp.
Dependencies: m-labs/smoltcp#141