Skip to content

Use smoltcp::time types instead of u64 timestamps

Dan Robertson requested to merge dlrobertson:update_use_of_timestamp into master

smoltcp is moving towards using time::Duration and time::Instant instead of a u64 timestamp.

Dependencies: m-labs/smoltcp#141

Merge request reports