Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 14, 2006, 12:19:31 PM (18 years ago)
Author:
patrick
Message:

working with max connections

File:
1 edited

Legend:

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

    r9285 r9290  
    5252    inline bool isClient() const { return (this->pInfo->nodeType == NET_CLIENT)? true:false; }
    5353//     inline bool isActive() const { return this->bActive; }
    54     inline int getMaxConnections(){ return MAX_CONNECTIONS; }
     54    inline int getMaxConnections(){ return NET_MAX_CONNECTIONS; }
    5555
    5656    /* functions for the peerInfo information retreival */
Note: See TracChangeset for help on using the changeset viewer.