Changeset 9338 in orxonox.OLD for branches/proxy/src/lib/network/network_stream.cc
- Timestamp:
- Jul 20, 2006, 12:03:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/network_stream.cc
r9334 r9338 353 353 // get the proxy server informations and write them to the handshake, if any (proxy) 354 354 PeerInfo* pi = this->networkMonitor->getFirstChoiceProxy(); 355 assert (pi != NULL); 355 356 if( pi != NULL) 356 357 peers[clientId].handshake->setProxy1Address( pi->ip);
Note: See TracChangeset
for help on using the changeset viewer.