- Timestamp:
- Jul 25, 2006, 9:35:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/network_stream.cc
r9446 r9447 205 205 PRINTF(0)("connect to proxy %s, this is node %i\n", host.c_str(), node); 206 206 207 // this creates the new node in the peers map 207 208 this->peers[node].socket = new UdpSocket( host, port ); 208 209 this->peers[node].userId = 0; … … 400 401 401 402 // check if the connecting client should reconnect to a proxy server 402 peers[clientId].handshake->setRedirect( /*this->networkMonitor->isReconnectNextClient()*/true);403 peers[clientId].handshake->setRedirect(this->networkMonitor->isReconnectNextClient()); 403 404 404 405 // the connecting node of course is a client
Note: See TracChangeset
for help on using the changeset viewer.