mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
8 lines
158 B
C++
8 lines
158 B
C++
|
#pragma once
|
||
|
|
||
|
namespace llarp::constants
|
||
|
{
|
||
|
constexpr auto udp_header_bytes = 8;
|
||
|
constexpr auto ip_header_min_bytes = 20;
|
||
|
} // namespace llarp::constants
|