View Single Post
sfPlayer
Senior Member
Join Date: Dec 2007
Location: Germany
Old 03-14-2008 , 12:00   Re: [EXTENSION] Socket (2.3.0)
Reply With Quote #16

SocketSetOption(socket, SocketSendTimeout, 10000); should set the timeout for connecting to 10 seconds.

A socket error should not affect other sockets, but due to a special optimization a bug can cause all sockets to malfunction. Please tell me the values of errorType and errorNum in your SocketError callback, I'll look into it.

Last edited by sfPlayer; 03-14-2008 at 12:58.
sfPlayer is offline