Results 1 to 1 of 1
How is loss of a TCP connection detected, and handled so that another connection can be made?
We have an embedded Linux kernel module that listens for connection from a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-05-2010 #1Just Joined!
- Join Date
- Jan 2010
- Location
- The Sillicon Valley, California
- Posts
- 28
how to detect TCP disconnection
How is loss of a TCP connection detected, and handled so that another connection can be made?
We have an embedded Linux kernel module that listens for connection from a remote GUI,
and if the GUI disconnects, then the embedded needs to be able to listen and connect again.
Should it use shutdown()?


Reply With Quote
