Skip to content

Commit

Permalink
Add CID content type
Browse files Browse the repository at this point in the history
Adds the connection ID content type, which used 25 as identifier.

Signed-off-by: Daniel Mangum <[email protected]>
  • Loading branch information
hasheddan committed Aug 9, 2023
1 parent 6af61b1 commit 1ce6f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/protocol/content.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const (
ContentTypeAlert ContentType = 21
ContentTypeHandshake ContentType = 22
ContentTypeApplicationData ContentType = 23
ContentTypeConnectionID ContentType = 25
)

// Content is the top level distinguisher for a DTLS Datagram
Expand Down

0 comments on commit 1ce6f27

Please sign in to comment.