Skip to content

Commit

Permalink
Support webrtc-direct multiaddr
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Sep 30, 2024
1 parent 640cc5d commit 216c0c3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ enum class Protocol(
DNS6(55, LENGTH_PREFIXED_VAR_SIZE, "dns6", UTF8_PARSER, UTF8_STRINGIFIER, UTF8_VALIDATOR),
DNSADDR(56, LENGTH_PREFIXED_VAR_SIZE, "dnsaddr", UTF8_PARSER, UTF8_STRINGIFIER, UTF8_VALIDATOR),
SCTP(132, 16, "sctp", UINT16_PARSER, UINT16_STRINGIFIER),
WEBRTC_DIRECT(280, 0, "webrtc-direct"),
WEBRTC(28, 0, "webrtc"),
UTP(301, 0, "utp"),
UDT(302, 0, "udt"),
UNIX(400, LENGTH_PREFIXED_VAR_SIZE, "unix", UNIX_PATH_PARSER, UTF8_STRINGIFIER, UTF8_VALIDATOR, isPath = true),
Expand Down

0 comments on commit 216c0c3

Please sign in to comment.