Changeset 1785 for code/trunk/src/network/ClientConnection.h
- Timestamp:
- Sep 15, 2008, 10:59:54 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/network/ClientConnection.h
r1755 r1785 53 53 { 54 54 55 #define NETWORK_PORT 55556 56 #define NETWORK_CLIENT_MAX_CONNECTIONS 5 57 #define NETWORK_CLIENT_WAIT_TIME 1 58 #define NETWORK_CLIENT_CONNECT_TIMEOUT 3000// miliseconds59 #define NETWORK_CLIENT_CHANNELS 2 55 const int NETWORK_PORT = 55556; 56 const int NETWORK_CLIENT_MAX_CONNECTIONS = 5; 57 const int NETWORK_CLIENT_WAIT_TIME = 1; 58 const int NETWORK_CLIENT_CONNECT_TIMEOUT = 3000; // miliseconds 59 const int NETWORK_CLIENT_CHANNELS = 2; 60 60 61 61
Note: See TracChangeset
for help on using the changeset viewer.