enum DnsSupport

Defines support of DNS host names.

Bit 0 defines support of DNS host names in user primitives (0 - Not supported, 1 - Supported)
Bit 1 defines support of DNS host names in INIT and INIT ACK chunks (0 - Not supported, 1 - Supported)

References from:
SctpProfile;

0
NOT_SUPPORTED
00.
1
IN_USER_PRIMITIVES_ONLY
10.
2
IN_INIT_AND_INIT_ACK_CHUNKS_ONLY
01.
3
SUPPORTED
11.