mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-10-05 08:34:09 -04:00
test case for socks protocol
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/v2ray/v2ray-core/transport"
|
||||
)
|
||||
|
||||
func TestSingleByteRequest(t *testing.T) {
|
||||
func TestSingleByteUDPRequest(t *testing.T) {
|
||||
v2testing.Current(t)
|
||||
|
||||
request, err := ReadUDPRequest(make([]byte, 1))
|
||||
|
Reference in New Issue
Block a user