Updating comment about time

master
Ryan Summers 2021-03-17 14:54:57 +01:00
parent 331e21b00a
commit e54a33797c
1 changed files with 3 additions and 0 deletions

View File

@ -597,6 +597,9 @@ pub fn setup(
&mut sockets,
dhcp_rx_buffer,
dhcp_tx_buffer,
// Smoltcp indicates that an instant with a negative time is indicative that time is
// not yet available. We can't get the current instant yet, so indicate an invalid
// time value.
smoltcp::time::Instant::from_millis(-1),
)
};