Bugfix rpc handshake

This commit is contained in:
9seconds
2018-07-04 11:28:08 +03:00
parent ffa7ef7a0a
commit 90c10519ee
17 changed files with 129 additions and 62 deletions
+2 -1
View File
@@ -8,5 +8,6 @@ import (
type ReadWriteCloserWithAddr interface {
io.ReadWriteCloser
Addr() *net.TCPAddr
LocalAddr() *net.TCPAddr
RemoteAddr() *net.TCPAddr
}