Now it is a time to start to make a handshake

This commit is contained in:
9seconds
2018-07-02 16:28:20 +03:00
parent 9f746aa699
commit 6db04980ff
4 changed files with 14 additions and 9 deletions
+5
View File
@@ -4,3 +4,8 @@ const (
RPCNonceSeqNo = -2
RPCHandshakeSeqNo = -1
)
type Extras struct {
QuickAck bool
SimpleAck bool
}