1
0
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:
Darien Raymond
2016-02-05 10:21:13 +00:00
parent 76b0db2016
commit 4d2bcda9cc
3 changed files with 50 additions and 43 deletions

View File

@@ -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))