Jump to content

Detecting Closed Sockets


dnsi
 Share

Recommended Posts

Success: Returns number of bytes sent to the connected socket.

Failure: Returns 0 and set @error according to Windows API WSAGetError return.

Try sending data,

check if there is an error... check @error, and work accordingly..

while (TCPSend($socket, "stay-alive") > 0)
;do your code
wend
;You no longer have a client.
Edited by CHRIS95219
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...