Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Nguyen <[email protected]>
  • Loading branch information
dreamliner787-9 committed Nov 6, 2024
1 parent 08d8235 commit b8fe17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/net/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ LWIP|NOTICE: DHCP request for client0 returned IP address: 172.16.1.250
LWIP|NOTICE: DHCP request for client1 returned IP address: 172.16.1.251
```

Though the MAC, IP and memory addreses would be different of course. There will be delay in the tens of seconds between the Linux userspace network driver initialisation and LWIP DHCP completion. This is due to all the components being able to initialise first before the guest can get to userspace. So LWIP will send many DHCP requests without success, with increasing timeout for each request.
Though the MAC, IP and memory addreses would be different of course. There will be delay in the tens of seconds between the Linux userspace network driver initialisation and LWIP DHCP completion. This is due to all the components being able to initialise first before the guest can get to userspace. So LWIP will send many DHCP requests without success, with increasing timeout for each request.

0 comments on commit b8fe17e

Please sign in to comment.