Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9349 in orxonox.OLD for branches/proxy/src/lib/network/handshake.cc


Ignore:
Timestamp:
Jul 20, 2006, 11:58:16 AM (19 years ago)
Author:
patrick
Message:

another ip sync bug discovered. but still not the one im looking for

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/handshake.cc

    r9347 r9349  
    4949  // now synchronize only two of the available proxy server addresses
    5050  registerVar( new SynchronizeableIP( &localState.proxy1, &remoteState.proxy1, "proxy server 1", PERMISSION_ALL ) );
    51   registerVar( new SynchronizeableIP( &localState.proxy2, &remoteState.proxy1, "proxy server 2", PERMISSION_ALL ) );
     51  registerVar( new SynchronizeableIP( &localState.proxy2, &remoteState.proxy2, "proxy server 2", PERMISSION_ALL ) );
    5252
    5353  // init the local state
Note: See TracChangeset for help on using the changeset viewer.