Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 14, 2006, 11:18:17 AM (19 years ago)
Author:
patrick
Message:

now testing the network monitor

File:
1 edited

Legend:

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

    r9286 r9287  
    235235  if( this->networkMonitor == NULL)
    236236    this->networkMonitor = new NetworkMonitor(this);
    237   // and let it process some data
    238   this->networkMonitor->process();
    239237
    240238
     
    485483              {
    486484                it->second.nodeType = it->second.handshake->getRemoteNodeType();
     485                this->networkMonitor->addNode(&it->second);
    487486
    488487                handleNewClient( it->second.userId );
Note: See TracChangeset for help on using the changeset viewer.