Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9263 in orxonox.OLD for branches/proxy/src/lib/network


Ignore:
Timestamp:
Jul 13, 2006, 10:11:28 AM (18 years ago)
Author:
patrick
Message:

added the new network monitor class and some minor changes

Location:
branches/proxy/src/lib/network
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/Makefile.am

    r9252 r9263  
    99                      network_socket.cc \
    1010                      connection_monitor.cc \
     11                      network_monitor.cc \
    1112                      network_stream.cc \
    1213                      data_stream.cc \
     
    4445                 network_socket.h \
    4546                 connection_monitor.h \
     47                 network_monitor.h \
    4648                 network_stream.h \
    4749                 data_stream.h \
  • branches/proxy/src/lib/network/handshake.cc

    r9262 r9263  
    1010
    1111### File Specific:
    12    main-programmer: christoph
    13    co-programmer:
     12   main-programmer: Christoph Renner (rennerc@ee.ethz.ch)
    1413*/
    1514
    1615
    17 /* this is for debug output. It just says, that all calls to PRINT() belong to the DEBUG_MODULE_NETWORK module
    18    For more information refere to https://www.orxonox.net/cgi-bin/trac.cgi/wiki/DebugOutput
    19 */
    2016#define DEBUG_MODULE_NETWORK
    2117
     
    2420#include <cassert>
    2521#include "debug.h"
     22
     23
     24
     25
    2626
    2727Handshake::Handshake( bool server, int clientId, int networkGameManagerId, int messageManagerId )
  • branches/proxy/src/lib/network/netdefs.h

    r9262 r9263  
    4141
    4242/* handshake settings */
    43 #define _ORXONOX_ID 0xF91337A0
    44 #define _ORXONOX_VERSION 1
     43#define _ORXONOX_ID        0xF91337A0
     44#define _ORXONOX_VERSION   1
    4545
    4646
Note: See TracChangeset for help on using the changeset viewer.