From b8fe17eb384161333845111996ce5cbb7ef3db1c Mon Sep 17 00:00:00 2001 From: Bill Nguyen Date: Wed, 6 Nov 2024 13:53:36 +1100 Subject: [PATCH] remove trailing whitespace Signed-off-by: Bill Nguyen --- examples/net/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/net/README.md b/examples/net/README.md index 667da1fd..5c34ba2a 100644 --- a/examples/net/README.md +++ b/examples/net/README.md @@ -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.