Socket state

  • Thread starter Thread starter Marko Vujica
  • Start date Start date
M

Marko Vujica

How can I get the state of socket like "netstat -a" does (CLOSE_WAIT,
FIN_WAIT_1, etc.)? Poll method of Socket class does not give much
information. Obviously I'm not very familiar with socket programming.
Thanks.
Marko
 
Back
Top