Changeset 9448 in orxonox.OLD for branches/proxy
- Timestamp:
- Jul 25, 2006, 9:42:01 AM (18 years ago)
- Location:
- branches/proxy/src/lib/network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/ip.cc
r9443 r9448 269 269 part1.getString() + "." + part0.getString(); 270 270 271 #warning ip and ports are not handled correctly272 // if (port != -1)273 // addr += ":" + MultiType(port).getString();274 271 return addr; 275 272 } -
branches/proxy/src/lib/network/network_manager.cc
r9425 r9448 133 133 this->networkStream->createServer( port); 134 134 // and connect to the master server for synchronization 135 // this->networkStream->connectToMasterServer(NetworkSettings::getInstance()->getMasterAddr());136 // and to the other proxy servers 135 this->networkStream->connectToMasterServer(NetworkSettings::getInstance()->getMasterAddr().ipString(), 9999); 136 // and to the other proxy servers also, this would be very nice if its works 137 137 138 138
Note: See TracChangeset
for help on using the changeset viewer.