Skip to content

Commit f1dda16

Browse files
committed
Add CID content type
Adds the connection ID content type, which used 25 as identifier. Signed-off-by: Daniel Mangum <[email protected]>
1 parent 9f5a794 commit f1dda16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/protocol/content.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const (
1414
ContentTypeAlert ContentType = 21
1515
ContentTypeHandshake ContentType = 22
1616
ContentTypeApplicationData ContentType = 23
17+
ContentTypeConnectionID ContentType = 25
1718
)
1819

1920
// Content is the top level distinguisher for a DTLS Datagram

0 commit comments

Comments
 (0)