Rewrite timers and related state machines
This commit is contained in:
parent
375dcbd4ae
commit
233f079a94
14 changed files with 453 additions and 602 deletions
2
index.go
2
index.go
|
|
@ -18,7 +18,7 @@ import (
|
|||
type IndexTableEntry struct {
|
||||
peer *Peer
|
||||
handshake *Handshake
|
||||
keyPair *KeyPair
|
||||
keyPair *Keypair
|
||||
}
|
||||
|
||||
type IndexTable struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue