Changeset 9360 in orxonox.OLD for branches/proxy/src/lib/network/network_stream.cc
- Timestamp:
- Jul 20, 2006, 3:49:57 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/network_stream.cc
r9357 r9360 488 488 if ( it->second.handshake->ok() ) 489 489 { 490 // the server gave it free for deletion 490 491 if ( !it->second.handshake->allowDel() ) 491 492 { … … 568 569 PRINTF(0)("Client is redirected to the other proxy servers\n"); 569 570 PRINTF(0)("===============================================\n"); 571 572 return; 570 573 571 574 PeerInfo* pInfo = &this->peers[userId];
Note: See TracChangeset
for help on using the changeset viewer.