mirror of
https://github.com/yv1ing/rdp_channel.git
synced 2025-09-16 14:59:08 +08:00
完成TPKT、X224、FastPath协议基本封装和测试
This commit is contained in:
11
app/client_test.go
Normal file
11
app/client_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package app
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestClient(t *testing.T) {
|
||||
c := NewClient("127.0.0.1", 3388)
|
||||
err := c.Start()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user