Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 17, 2006, 10:15:33 AM (18 years ago)
Author:
patrick
Message:

work from this weekend in the train :D

  • the ip should now synchronize over network in the handshake (always the favorite 2 proxy server ips)
  • the network monitor now keeps track of all network nodes answers with proxy server lists if asked/needed
  • it is untested :D
File:
1 edited

Legend:

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

    r9290 r9300  
    3333
    3434
    35 /* maximal connectinons for the server*/
     35//!< maximal connectinons for the server
    3636#define NET_MAX_CONNECTIONS 5
    3737
    38 /* network polling frequency */
     38//!< the amount of slots used before a proxy server is activated
     39#define NET_CONNECTION_SATURATION 0.75
     40
     41//!< network polling frequency
    3942#define NETWORK_FREQUENCY 66
    4043
    4144
    42 /* handshake settings */
     45//!< orxonox protocol id
    4346#define _ORXONOX_ID        0xF91337A0
     47//!< orxonox network version identifier
    4448#define _ORXONOX_VERSION   1
    4549
Note: See TracChangeset for help on using the changeset viewer.