main: update comment
This commit is contained in:
parent
4f957e1bd1
commit
e459b83da3
@ -466,7 +466,7 @@ fn main() -> ! {
|
||||
any_socket_alive = true;
|
||||
}
|
||||
});
|
||||
// Must let loop run one more cycle to poll server in order for RST to be sent,
|
||||
// Must let loop run for one more cycle to poll server for RST to be sent,
|
||||
// this makes sure system does not reset right after socket.abort() is called.
|
||||
if !any_socket_alive {
|
||||
SCB::sys_reset();
|
||||
|
Loading…
Reference in New Issue
Block a user