mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 13:09:04 +08:00
添加 github.com/pion/dtls 代码
This commit is contained in:
6
dtls-2.0.9/Makefile
Normal file
6
dtls-2.0.9/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
fuzz-build-record-layer: fuzz-prepare
|
||||
go-fuzz-build -tags gofuzz -func FuzzRecordLayer
|
||||
fuzz-run-record-layer:
|
||||
go-fuzz -bin dtls-fuzz.zip -workdir fuzz
|
||||
fuzz-prepare:
|
||||
@GO111MODULE=on go mod vendor
|
Reference in New Issue
Block a user