Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 25, 2006, 5:07:38 PM (18 years ago)
Author:
patrick
Message:

deep framework switch to enable differentiation of proxy/client network connection attempts

File:
1 edited

Legend:

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

    r9452 r9459  
    360360  //check for new connections
    361361
    362   NetworkSocket* tempNetworkSocket = serverSocket->getNewSocket();
     362  NetworkSocket* tempNetworkSocket = serverSocket->getNewClientSocket();
    363363
    364364  // we got new network node
     
    366366  {
    367367    int clientId;
    368     // if there is a list of free client id slots, take these
     368    // determine the network node id
    369369    if ( freeSocketSlots.size() > 0 )
    370370    {
Note: See TracChangeset for help on using the changeset viewer.