Changeset 9397 in orxonox.OLD for branches/proxy/src
- Timestamp:
- Jul 23, 2006, 10:59:16 PM (18 years ago)
- Location:
- branches/proxy/src/lib/network
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/README.NETWORK
r9396 r9397 2 2 3 3 This readme just gives some hints for the general network programming: 4 5 ARCHITECTURE: 6 The NetworkStream is in the center of this structure. 7 4 8 5 9 UserId: -
branches/proxy/src/lib/network/monitor/network_monitor.cc
r9396 r9397 247 247 // check if a proxy server has to activated 248 248 249 //this->debug();249 this->debug(); 250 250 } 251 251 -
branches/proxy/src/lib/network/network_stream.cc
r9396 r9397 51 51 52 52 53 /// TODO @THIS IS FOR THE INTSIZE54 53 #include "converter.h" 55 54 -
branches/proxy/src/lib/network/proxy/network_settings.cc
r9396 r9397 96 96 LoadParam(root, "max-player", this, NetworkSettings, setMaxPlayer); 97 97 98 98 99 LOAD_PARAM_START_CYCLE(root, element); 99 100 { 100 101 element->ToText(); 101 LoadParam (root, "proxy-addr", this, NetworkSettings, setProxyAddr);102 LoadParam_CYCLE(element, "proxy-addr", this, NetworkSettings, setProxyAddr); 102 103 } 103 104 LOAD_PARAM_END_CYCLE(element);
Note: See TracChangeset
for help on using the changeset viewer.