mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
11 lines
170 B
C++
11 lines
170 B
C++
|
|
#ifndef XRAY_DEFS_H
|
||
|
|
#define XRAY_DEFS_H
|
||
|
|
|
||
|
|
namespace amnezia
|
||
|
|
{
|
||
|
|
namespace xray
|
||
|
|
{
|
||
|
|
constexpr unsigned int xrayTrafficMark = 0x82;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#endif // XRAY_DEFS_H
|