AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Extensions (https://forums.alliedmods.net/forumdisplay.php?f=134)
-   -   [EXTENSION] Socket (3.0.1) (https://forums.alliedmods.net/showthread.php?t=67640)

Extreme_One 03-05-2008 16:55

Re: [EXTENSION] Socket (2.2.0)
 
I'll be really happy if I were able to IRCrelay on my Linux TF2 server.

I hope you get it sussed between you :)

sfPlayer 03-06-2008 02:57

Re: [EXTENSION] Socket (2.2.0)
 
The bug is already fixed and it seems to work so far, expect him to release soon :D

OziOn 03-09-2008 07:02

Re: [EXTENSION] Socket (2.2.0)
 
Ehm, where do I put the files from the socket_src.zip file?

sfPlayer 03-09-2008 07:35

Re: [EXTENSION] Socket (2.2.0)
 
socket_src is the sourcecode archive, you only need socket.zip (windows&linux, ep1&ep2)

p3tsin 03-14-2008 11:11

Re: [EXTENSION] Socket (2.3.0)
 
Nice job fixing the receiving of binary data and other improvements :wink:

Im having some problems when it comes to connecting to hosts that refuse the connection tho; it causes a send or a recv error making the extension choke and unable to receive or send data at all. Even reloading the extension doesnt seem to help, and I have to restart the whole gameserver.

Also, when the host doesnt exist the extension keeps trying to connect to it for a few minutes before timing out, that might be a bit too long.

sfPlayer 03-14-2008 12:00

Re: [EXTENSION] Socket (2.3.0)
 
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.

p3tsin 03-14-2008 17:55

Re: [EXTENSION] Socket (2.3.0)
 
Here we go:
Code:

errorType 4 (Send error), errorNum 111
errorType 6 (Recv error), errorNum 111


sfPlayer 03-14-2008 18:19

Re: [EXTENSION] Socket (2.3.0)
 
I think I found the bug, please test if the attached version works.

p3tsin 03-14-2008 18:36

Re: [EXTENSION] Socket (2.3.0)
 
Awesome, that did the job. :up:

Davethegreat 03-24-2008 14:49

Re: [EXTENSION] Socket (2.3.0)
 
would this version stop sourcebans (which requires v2.0) or no?


All times are GMT -4. The time now is 22:47.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.