Page 1 of 2

NETWORK

Posted: 15 Dec 2009, 18:23
by pingved
Work on TCP, port 80 (if other ports locked).
Thx.

Re: NETWORK

Posted: 15 Dec 2009, 18:28
by Auswaschbar
No

Re: NETWORK

Posted: 15 Dec 2009, 18:37
by pingved
why?

Re: NETWORK

Posted: 15 Dec 2009, 18:40
by Pxtl
Game is designed for UDP, not TCP. UDP and TCP are not the same thing.

You can host on port 80 UDP if you like, though.

Re: NETWORK

Posted: 15 Dec 2009, 18:43
by pingved
spring use not only one port, many ports :(

Re: NETWORK

Posted: 15 Dec 2009, 19:12
by Pxtl
pingved wrote:spring use not only one port, many ports :(
I assume you're referring to the lobby then - the actual gameplay goes through a single UDP port... although admittedly the game isn't very useful without the lobby.

Re: NETWORK

Posted: 16 Dec 2009, 01:45
by AF
proxy tunnel ftw

Re: NETWORK

Posted: 16 Dec 2009, 08:01
by Forboding Angel
Why on earth port 80? For that matter, who is such a scared soul to hard lockdown every single port that could possibly be opened.

And again, port 80? Are you losing your mind? And TCP? Sigh.

UDP, connectionless protocol, blah blah blah blah blah. Read up on ports on wikipedia or somewhere. If you're being this kinda crazy about them, you should probably understand what you are doing first.

You are crazy. Pic related.

Image

Re: NETWORK

Posted: 16 Dec 2009, 10:50
by lurker
The lobby connects to tcp 8200.
Spring connects to udp 8452.

It does not use 'many ports'. The only thing like that is the port you connect from, and this is true of any program you use, such as web browsers.

Re: NETWORK

Posted: 16 Dec 2009, 11:08
by imbaczek
some places filter outgoing traffic on any tcp/udp port except 80 and possibly 443; i know that some universities do that. of course, it's trival to tunnel through, but you need a tunnel set up.

Re: NETWORK

Posted: 16 Dec 2009, 16:42
by AF
Uni

Re: NETWORK

Posted: 16 Dec 2009, 17:33
by SinbadEV
If your university has blocked all ports except 80 they have done so for a reason, I suggest, if you are unable to plead your case successfully with your network administrator that is so kindly providing you with an internet connection so that you can do you're work than maybe you should get your own internet connection.

Of course I am being satirical here, but my point stands.

Re: NETWORK

Posted: 16 Dec 2009, 18:25
by AF
Almost every uni does it, and they normally have horrifically managed networks. My friend jenny is struggling to make basic queries, and has an 80% packet loss rate at peak times and speeds that are so pitiful they actually register in bytes per second, yes BYTES NOT KILOBYTES, even a dialup connection trashes it in the performance stakes. This is loading google while using google DNS/OpenDNS

Re: NETWORK

Posted: 16 Dec 2009, 19:34
by JohannesH
AF wrote:Almost every uni does it
Nah

Or maybe in UK they do

Re: NETWORK

Posted: 16 Dec 2009, 19:43
by Forboding Angel
AF wrote:Almost every uni does it, and they normally have horrifically managed networks. My friend jenny is struggling to make basic queries, and has an 80% packet loss rate at peak times and speeds that are so pitiful they actually register in bytes per second, yes BYTES NOT KILOBYTES, even a dialup connection trashes it in the performance stakes. This is loading google while using google DNS/OpenDNS
So playing spring with that sort of a connection would actually work in the first place? I should think not.

Re: NETWORK

Posted: 16 Dec 2009, 20:12
by SinbadEV
I was friends with the Network Administrator at the university... there were 1500 students all doing very network heavy things like file-sharing (this was mostly Napster at the time, but there was also an active on-campus DC community... we were actually playing games installed on other peoples computers)... and this was on-top of the actual constant internet use and IM chatter... Secondary Education Networks are a nightmare...

anyways, the way he dealt with it was not to block, but to throttle. All of the non-web ports were limited to 50KBps total for the whole school... so the IM clients and Napster connections would Appear to work... just really poorly... Incidentally usenet was left as an exception because that's what the Admin used to download warez, romz, and mp3z and Moviez.

Re: NETWORK

Posted: 16 Dec 2009, 20:15
by lurker
For what it's worth my university has very nice connection speed, even if it does block inbound. Tens of megabits down, megabitish up.

Re: NETWORK

Posted: 17 Dec 2009, 18:11
by AF
Id like it if I could use the lobby even if I couldn't play spring.

These networks at times have good speeds through port 80 too despite pretty much blocking every other port.

Re: NETWORK

Posted: 18 Dec 2009, 11:02
by pingved
what about socks5 support in spring?

Re: NETWORK

Posted: 18 Dec 2009, 17:26
by zerver
pingved wrote:what about socks5 support in spring?
You can use a tool like SocksCap to get proxy support in any application.