Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2010, 11:09:14 AM (15 years ago)
Author:
scheusso
Message:

small fix (ensure correct termination of communicationThread)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network5/src/libraries/network/NetworkPrereqs.h

    r7772 r7773  
    6868  extern const char* LAN_DISCOVERY_MESSAGE;
    6969  extern const char* LAN_DISCOVERY_ACK;
    70   static const unsigned int LAN_DISCOVERY_PORT        = 55557;
    71   static const unsigned int NETWORK_PEER_ID_SERVER    = 0;
    72   static const unsigned int NETWORK_CHANNEL_DEFAULT   = 0;
    73   static const unsigned int NETWORK_CHANNEL_RELIABLE  = 1;
     70  static const unsigned int LAN_DISCOVERY_PORT          = 55557;
     71  static const unsigned int NETWORK_PEER_ID_SERVER      = 0;
     72  static const unsigned int NETWORK_CHANNEL_DEFAULT     = 0;
     73  static const unsigned int NETWORK_CHANNEL_UNRELIABLE  = 1;
     74  static const unsigned int NETWORK_CHANNEL_COUNT       = 2;
    7475}
    7576
Note: See TracChangeset for help on using the changeset viewer.