Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9290 in orxonox.OLD for branches/proxy/src/lib/network/peer_info.h


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

working with max connections

File:
1 edited

Legend:

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

    r9286 r9290  
    3232    int                 userId;
    3333    int                 nodeType;
     34    IPaddress           ip;
     35
    3436    NetworkSocket *     socket;
    3537    Handshake *         handshake;
    3638    ConnectionMonitor * connectionMonitor;
     39
    3740    int                 lastAckedState;
    3841    int                 lastRecvedState;
Note: See TracChangeset for help on using the changeset viewer.