1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
crateix!;
pub const LOCAL_NONE: usize = 0; // unknown
pub const LOCAL_IF: usize = 1; // address a local interface listens on
pub const LOCAL_BIND: usize = 2; // address explicit bound to
pub const LOCAL_MAPPED: usize = 3; // address reported by UPnP or NAT-PMP
pub const LOCAL_MANUAL: usize = 4; // address explicitly specified (-externalip = )
pub const LOCAL_MAX: usize = 5;
/**
| Subversion as sent to the P2P network
| in `version` messages
|
*/
lazy_static!
lazy_static!
lazy_static!