llarp::constants
Attributes
| Name | |
|---|---|
| constexpr auto | DefaultInboundIWPPort |
| constexpr auto | udp_header_bytes |
| constexpr auto | ip_header_min_bytes |
| constexpr auto | proto_version current network wide protocol version |
Attributes Documentation
variable DefaultInboundIWPPort
static constexpr auto DefaultInboundIWPPort = uint16_t{1090};
variable udp_header_bytes
constexpr auto udp_header_bytes = 8;
variable ip_header_min_bytes
constexpr auto ip_header_min_bytes = 20;
variable proto_version
constexpr auto proto_version = 0;
current network wide protocol version
Updated on 2026-01-10 at 22:49:45 +0000