Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9473 in orxonox.OLD for branches/proxy/src/lib/network/netdefs.h


Ignore:
Timestamp:
Jul 25, 2006, 10:57:27 PM (18 years ago)
Author:
patrick
Message:

letting proxys handshakes handling again

File:
1 edited

Legend:

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

    r9458 r9473  
    4747//!< enum indicating the type of the node
    4848typedef enum {
    49   NET_MASTER_SERVER,
     49  NET_UNASSIGNED              = -1,
     50
     51  NET_MASTER_SERVER           =  0,
    5052  NET_PROXY_SERVER_ACTIVE,
    5153  NET_PROXY_SERVER_PASSIVE,
Note: See TracChangeset for help on using the changeset viewer.