Changeset 1785 for code/trunk/src/network/ConnectionManager.h
- Timestamp:
- Sep 15, 2008, 10:59:54 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/network/ConnectionManager.h
r1755 r1785 61 61 namespace network 62 62 { 63 #define NETWORK_PORT 55556 64 #define NETWORK_MAX_CONNECTIONS 50 65 #define NETWORK_WAIT_TIMEOUT 1 66 #define NETWORK_DEFAULT_CHANNEL 0 63 const int NETWORK_PORT = 55556; 64 const int NETWORK_MAX_CONNECTIONS = 50; 65 const int NETWORK_WAIT_TIMEOUT = 1; 66 const int NETWORK_DEFAULT_CHANNEL = 0; 67 67 68 68 struct ClientList{
Note: See TracChangeset
for help on using the changeset viewer.