Fixed transport header problem

This commit is contained in:
Mathias Hall-Andersen
2017-07-02 15:28:38 +02:00
parent 1e620427bd
commit 2aa0daf4d5
5 changed files with 32 additions and 20 deletions

View File

@@ -13,7 +13,8 @@ type KeyPair struct {
sendNonce uint64
isInitiator bool
created time.Time
id uint32
localIndex uint32
remoteIndex uint32
}
type KeyPairs struct {