Revamped the basic Presents client to support attempts to connect to the server

on multiple ports, falling back from one to the next as appropriate.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4158 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-05-30 22:12:15 +00:00
parent a3dfc741c6
commit 77adfc15ec
18 changed files with 128 additions and 112 deletions
@@ -153,7 +153,7 @@ public class PresentsServer
*/
protected int[] getListenPorts ()
{
return new int[] { Client.DEFAULT_SERVER_PORT };
return Client.DEFAULT_SERVER_PORTS;
}
/**