Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7954 in orxonox.OLD for trunk/src/lib/network/netdefs.h


Ignore:
Timestamp:
May 29, 2006, 3:28:41 PM (18 years ago)
Author:
patrick
Message:

trunk: merged the network branche back to trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/network/netdefs.h

    r6695 r7954  
    1919#define MAX_CONNECTIONS 1000
    2020
     21#define NETWORK_FREQUENCY 33
     22
    2123
    2224typedef unsigned char byte;
     
    2830} NodeType;
    2931
     32typedef enum ConnectionType {
     33  NET_UDP = 0,
     34  NET_TCP
     35};
     36
    3037
    3138typedef enum {
Note: See TracChangeset for help on using the changeset viewer.