Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2005, 4:29:32 PM (18 years ago)
Author:
rennerc
Message:

handshake: several clients can connect at the same time now

File:
1 edited

Legend:

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

    r6060 r6090  
    4343    inline bool isActive() const { return this->bActive; }
    4444
     45    inline int getMaxConnections(){ return maxConnections; }
     46    void setMaxConnections( int n );
     47
    4548    virtual void processData();
    4649
     
    5861
    5962    int                    myHostId;
     63    int                    maxConnections;
    6064
    6165    void updateConnectionList();
Note: See TracChangeset for help on using the changeset viewer.