Changeset 9339 in orxonox.OLD for branches/proxy/src/lib/network/network_stream.cc
- Timestamp:
- Jul 20, 2006, 12:06:10 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/network_stream.cc
r9338 r9339 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);356 355 if( pi != NULL) 357 356 peers[clientId].handshake->setProxy1Address( pi->ip);
Note: See TracChangeset
for help on using the changeset viewer.