plebble
protocol.h
Go to the documentation of this file.
1 /*
2 -------------------------------------------------------------------------------
3  PLEBBLE
4 -------------------------------------------------------------------------------
5  Copyright (C) 2019-2020 KATLAS Technology. (http://katlastechnology.com)
6  Copyright (C) 2017-2020 Marcos Mayorga. (mm@mm-studios.com)
7 
8  This file is part of our Plebble(R) Platform.
9 
10  The code below cannot be copied, used for any purpose other than the one
11  agreed and/or distributed without the express permission of
12  KATLAS Technology.
13 -------------------------------------------------------------------------------
14 
15 
16 */
17 #ifndef USGOV_43feb86adb9469dd0ab43fe0ccfd2f37615284c9edef0b158f44276e8ee8270f
18 #define USGOV_43feb86adb9469dd0ab43fe0ccfd2f37615284c9edef0b158f44276e8ee8270f
19 
20 #include <inttypes.h>
21 
22 namespace us { namespace gov {
23 namespace protocol {
24 // static constexpr uint16_t peer_base{300};
25  static constexpr uint16_t gov_peer_base{300};
26 // static constexpr uint16_t gov_peer_pport{((gov_peer_base+0)<<2)+protocol_suffix};
27 }
28 }}
29 
30 #endif
us::gov.protocol::gov_peer_base
static constexpr uint16_t gov_peer_base
Definition: protocol.h:25
us
Definition: daemon.h:22