Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5965


Ignore:
Timestamp:
Oct 19, 2009, 5:42:10 PM (15 years ago)
Author:
scheusso
Message:

changed some default values in network and trying to reduce round trip time / delay

Location:
code/trunk/src/libraries/network
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/network/Client.cc

    r5961 r5965  
    161161    }
    162162    gamestate.cleanup();
     163    Connection::sendPackets();
    163164
    164165    return;
  • code/trunk/src/libraries/network/ClientConnection.cc

    r5961 r5965  
    3838  const unsigned int NETWORK_CLIENT_WAIT_TIME = 1;
    3939  const unsigned int NETWORK_CLIENT_CONNECTION_TIMEOUT = 3000; //millisecs
    40   const unsigned int NETWORK_CLIENT_MAX_CONNECTIONS = 5;
    41   const unsigned int NETWORK_CLIENT_CHANNELS = 2;
     40  const unsigned int NETWORK_CLIENT_MAX_CONNECTIONS = 1;
     41  const unsigned int NETWORK_CLIENT_CHANNELS = 1;
    4242
    4343
Note: See TracChangeset for help on using the changeset viewer.