Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samples: net: echo_server: Do not bail out on Accept errors
Echo-server sample should not bail out on failed accept() calls. This sample should close socket in case of any errors and keep listening on socket for further incoming connections. Signed-off-by: Ravi kumar Veeramally <[email protected]>
- Loading branch information