From 2aa0daf4d58ffc930fde611e7efe6ae3c9515130 Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Sun, 2 Jul 2017 15:28:38 +0200 Subject: Fixed transport header problem --- src/keypair.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/keypair.go') diff --git a/src/keypair.go b/src/keypair.go index 0e845f7..0fac5cb 100644 --- a/src/keypair.go +++ b/src/keypair.go @@ -13,7 +13,8 @@ type KeyPair struct { sendNonce uint64 isInitiator bool created time.Time - id uint32 + localIndex uint32 + remoteIndex uint32 } type KeyPairs struct { -- cgit v1.2.3