Skip to content

Commit 3375fb9

Browse files
committed
Send Dhcpv4Client request immediately.
1 parent 5a97271 commit 3375fb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dhcp/clientv4.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ impl Client {
160160
ClientState::Discovering
161161
if dhcp_repr.message_type == DhcpMessageType::Offer =>
162162
{
163+
self.next_egress = now;
163164
let r_state = RequestState {
164165
retry: 0,
165166
server: dhcp_repr.server_ip,

0 commit comments

Comments
 (0)