No, tcp does not work at all.

Any other hints?



Am 30.10.11 16:05, schrieb Dan:
On 30/10/2011 14:55, FREEZE wrote:
Good to know that limiting is gone which was my first suspicion. I checked a couple of other things:

If I use rcon with a command line utility to feed e.g. mrtg stats I dont have any problems.

If I use any php/web-based server queries with $fp = @fsockopen("udp://$ip", $port, $errno, $errstr, $server_timeout) e.g. sourcebans/... I often get NA.

I'm not versed in that topic at all so I have no idea what to look at exactly. I also don't know if this is the right place to ask for help concerning my problem. Sorry if not ;)

The most obvious difference is that rcon uses tcp and your code appears to be udp.

Does $fp = @fsockopen("tcp://$ip", $port, $errno, $errstr, $server_timeout) work?


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to