implement DialNonFWSecure for the client

This commit is contained in:
Marten Seemann
2017-05-09 08:59:29 +08:00
parent e6aeb143a7
commit 2bfa7e59cb
4 changed files with 67 additions and 38 deletions

View File

@@ -38,7 +38,7 @@ var _ = Describe("Client", func() {
version: protocol.SupportedVersions[0],
conn: &conn{pconn: packetConn, currentAddr: addr},
errorChan: make(chan struct{}),
handshakeChan: make(chan struct{}),
handshakeChan: make(chan handshakeEvent),
}
})