Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 10:33:34 AM (19 years ago)
Author:
patrick
Message:

discovered a bug in the client id assignement algorithm. corrected. proxy control center should work now. testing

File:
1 edited

Legend:

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

    r9538 r9541  
    398398        //userId = 1;
    399399        // each server (proxy and master) have an address space for new network nodes of 1000 nodes
    400         userId = SharedNetworkData::getInstance()->getHostID() * 1000;
     400        userId = SharedNetworkData::getInstance()->getHostID() * 1000 + 1;
    401401
    402402        for ( PeerList::iterator it = peers.begin(); it != peers.end(); it++ )
Note: See TracChangeset for help on using the changeset viewer.