Changeset 9553 in orxonox.OLD for branches/proxy/src/lib/network/network_stream.cc
- Timestamp:
- Jul 28, 2006, 11:58:26 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/network_stream.cc
r9551 r9553 650 650 else if ( SharedNetworkData::getInstance()->isProxyServerActive() && it->second.isClient() ) 651 651 { 652 PRINTF(0)("Handshake: Proxy in server role: connecting %i , key: %i\n", it->second.userId, it->first);652 PRINTF(0)("Handshake: Proxy in server role: connecting %i\n", it->second.userId); 653 653 654 654 it->second.ip = it->second.socket->getRemoteAddress(); … … 657 657 658 658 // work with the ProxyControl to init the new client 659 PRINTF(0)("userId realy realy is: %i and key: %i\n", it->second.userId, it->first);660 659 ProxyControl::getInstance()->signalNewClient( it->second.userId); 661 660
Note: See TracChangeset
for help on using the changeset viewer.