Changeset 9364 in orxonox.OLD
- Timestamp:
- Jul 20, 2006, 5:32:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/handshake.cc
r9360 r9364 148 148 } 149 149 150 // the first proxy server synched151 if( *it == this->proxy1Handler)152 {153 this->proxyAddressesSynched++;154 PRINTF(0)("got proxy1: %i, %i\n", this->proxy1.host(), this->proxy1.port());155 }156 157 // the last proxy server synched158 if( *it == this->proxy2Handler)159 {160 this->proxyAddressesSynched++;161 PRINTF(0)("got proxy2: %i, %i\n", this->proxy2.host(), this->proxy2.port());162 }150 // // the first proxy server synched 151 // if( *it == this->proxy1Handler) 152 // { 153 // this->proxyAddressesSynched++; 154 // PRINTF(0)("got proxy1: %i, %i\n", this->proxy1.host(), this->proxy1.port()); 155 // } 156 // 157 // // the last proxy server synched 158 // if( *it == this->proxy2Handler) 159 // { 160 // this->proxyAddressesSynched++; 161 // PRINTF(0)("got proxy2: %i, %i\n", this->proxy2.host(), this->proxy2.port()); 162 // } 163 163 164 164 } … … 166 166 // handshake completed 167 167 if ( remoteState.orxId == _ORXONOX_ID && 168 remoteState.version == _ORXONOX_VERSION && 169 this->proxyAddressesSynched == 2) 168 remoteState.version == _ORXONOX_VERSION ) 170 169 { 171 170 localState.completed = 1;
Note: See TracChangeset
for help on using the changeset viewer.