return super.getPort() + 18;
}
public static void main(String[] args)
{
SocketTestServer server = new BisocketTestServer();
try
{
server.setUp();
// wait forever, let the user kill us at any point (at which point, the client will detect we went down)
while(true)
{
Thread.sleep(1000);