Handling disconnections
I was playing against my friend today. He would be in the game for about 10-15 seconds then would just disconnect.
I however had no disconnection issues at all.
I assume its safe to say his internet connection is the problem? He uses the new 10 meg ADSL here in South Africa, but I've heard the exchanges are not handling it too well, could this be the cause? I'm also in South Africa but use the 4 meg ADSL.
Are there any buffer settings I can change to make the setting more stable?
Thanks
I however had no disconnection issues at all.
I assume its safe to say his internet connection is the problem? He uses the new 10 meg ADSL here in South Africa, but I've heard the exchanges are not handling it too well, could this be the cause? I'm also in South Africa but use the 4 meg ADSL.
Are there any buffer settings I can change to make the setting more stable?
Thanks
0
Comments
But you could change your configurations on your photon server and raise the timeout and explicitely use TCP connections instead of UDP to get a more guaranteed connection.
But if your game is action oriented and focuses on low latency, there is really not much you can do, players with bad lines drop out of such games regularly, commercial games at times even issue temporal banes to prevent such players from messing up team based games totally (same as with max ping / latency values)
timeout is out of your hands though thats true.
But if you are about south afrika it might be favorable to host it down there as SAs interconnect hops are crap at best as you likely know and if you create something focused at your local market I would definitely weight the needs on latency vs not maintaining your own machine
Thanks, but the game is only being developed in South Africa, it will be played across the rest of the world
Give TCP a chance.
It's not exposed in the API of PUN (cause we favor UDP), so search the code for .UDP and make that .TCP. Also make sure to change the server port from :5055 to :4530.