PDA

View Full Version : Server Connectivity Issue


theKillen
05-06-2004, 07:14
I just recently put together a router box for my home network, as my cable company took away my multiple IPs. As such, I've had to install the teamspeak server on the visible routing box for outside access.
Now... the issue...
After about five or ten minutes of starting the server and connecting to it, everyone gets disconnected and reconnection attempts inform us that there is no response, the server is not running. I check out the proxy box and the server is in fact still running, but not functioning. Closing the serverware and running it again solves this problem... for another five to ten minutes.
I've reinstalled the server multiple times, same result however. I'm using the latest release as of this moment.
I'm seeing an error in the log, but it's not telling me anything useful. Here it is:
05-06-04 01:27:55,ERROR,All,TTSUDPSender.Execute, SID: 1 Exception1 EIdSocketError.Socket Error # 10004
Interrupted system call.
05-06-04 01:31:36,ERROR,All,TTSUDPSender.Execute, SID: 1 Exception2 EIdSocketError.Socket Error # 10004
Interrupted system call.

Please help!

Killen

WalkaboutTigger
08-06-2004, 04:49
WSAEINTR
10004 Interrupted function call.
A blocking operation was interrupted by a call to WSACancelBlockingCall.

Blocking hooks are generally used to keep a single-threaded GUI application responsive during calls to blocking functions. Instead of using blocking hooks, an applications should use a separate thread (separate from the main GUI thread) for network activity.

What OS is this machine? I would presume it is Windows. If so, what firewall or router are you using? What is the lease time on your DHCP address?