<br><font size=2 face="sans-serif">Hello, I have the following Problem:</font>
<br>
<br><font size=2 face="sans-serif">I want to check if the physical connection
to my Network (i.e. hub) or what ever is established. Till now I do this</font>
<br><font size=2 face="sans-serif">by checking the "sock->so_state"
every second in a Thread. So when the peer finsihes the connecting,I  get
a TCPS_CLOSE_WAIT, break out of the loop, close my Socket and everything
is fine.</font>
<br><font size=2 face="sans-serif">But when I blackout my Hub(Switch) or
disconnect the plug from the Hub(Switch), I get the  "sock->so_state"
TCP_ESTABLISHED all the time. </font>
<br><font size=2 face="sans-serif">What I expect is something like TCPS_CLOSED
...</font>
<br><font size=2 face="sans-serif">After that, I physical reestablish the
conenction. Now I can not reconnect, because my Socket is still alive.</font>
<br><font size=2 face="sans-serif">So how can I detect that I`ll have no
physical conenction. (Interrupt or whatever)</font>
<br>
<br><font size=2 face="sans-serif">Greetings from Jörg</font>
<br><font size=2 face="sans-serif">  </font>
<br>
<br>