|
|
@@ -4,19 +4,19 @@ import (
|
|
|
"net"
|
|
|
"testing"
|
|
|
|
|
|
- "github.com/v2ray/v2ray-core/app"
|
|
|
- "github.com/v2ray/v2ray-core/app/dispatcher"
|
|
|
- dispatchers "github.com/v2ray/v2ray-core/app/dispatcher/impl"
|
|
|
- "github.com/v2ray/v2ray-core/app/proxyman"
|
|
|
- "github.com/v2ray/v2ray-core/common/dice"
|
|
|
- v2net "github.com/v2ray/v2ray-core/common/net"
|
|
|
- "github.com/v2ray/v2ray-core/proxy"
|
|
|
- . "github.com/v2ray/v2ray-core/proxy/dokodemo"
|
|
|
- "github.com/v2ray/v2ray-core/proxy/freedom"
|
|
|
- "github.com/v2ray/v2ray-core/testing/assert"
|
|
|
- "github.com/v2ray/v2ray-core/testing/servers/tcp"
|
|
|
- "github.com/v2ray/v2ray-core/testing/servers/udp"
|
|
|
- "github.com/v2ray/v2ray-core/transport/internet"
|
|
|
+ "v2ray.com/core/app"
|
|
|
+ "v2ray.com/core/app/dispatcher"
|
|
|
+ dispatchers "v2ray.com/core/app/dispatcher/impl"
|
|
|
+ "v2ray.com/core/app/proxyman"
|
|
|
+ "v2ray.com/core/common/dice"
|
|
|
+ v2net "v2ray.com/core/common/net"
|
|
|
+ "v2ray.com/core/proxy"
|
|
|
+ . "v2ray.com/core/proxy/dokodemo"
|
|
|
+ "v2ray.com/core/proxy/freedom"
|
|
|
+ "v2ray.com/core/testing/assert"
|
|
|
+ "v2ray.com/core/testing/servers/tcp"
|
|
|
+ "v2ray.com/core/testing/servers/udp"
|
|
|
+ "v2ray.com/core/transport/internet"
|
|
|
)
|
|
|
|
|
|
func TestDokodemoTCP(t *testing.T) {
|