LeviLamina
Loading...
Searching...
No Matches
RelayAttributeType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cricket {
6
7enum class RelayAttributeType : int {
8 Lifetime = 13,
9 MagicCookie = 15,
10 Bandwidth = 16,
11 DestinationAddress = 17,
12 SourceAddress2 = 18,
13 Data = 19,
14 Options = 32769,
15};
16
17}
Definition Options.h:32