mirror of
https://github.com/luscis/openlan.git
synced 2025-10-10 19:10:11 +08:00
openudp: cgo
This commit is contained in:
9
pkg/libol/udp_test.go
Normal file
9
pkg/libol/udp_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package libol
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestStartUDP_C(t *testing.T) {
|
||||
StartUDP(84209, 4500, "180.109.49.146")
|
||||
}
|
Reference in New Issue
Block a user