mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 13:49:24 +08:00
添加 github.com/pion/dtls 代码
This commit is contained in:
9
dtls-2.0.9/packet.go
Normal file
9
dtls-2.0.9/packet.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package dtls
|
||||
|
||||
import "github.com/pion/dtls/v2/pkg/protocol/recordlayer"
|
||||
|
||||
type packet struct {
|
||||
record *recordlayer.RecordLayer
|
||||
shouldEncrypt bool
|
||||
resetLocalSequenceNumber bool
|
||||
}
|
Reference in New Issue
Block a user