More TODOs
This commit is contained in:
parent
c734a5334c
commit
4afe8f17bb
1 changed files with 6 additions and 0 deletions
6
peer.go
6
peer.go
|
@ -173,6 +173,12 @@ func (p *peer) handle(ctx context.Context) error {
|
|||
log.Printf("Couldn't send Tickle: %v", err)
|
||||
return err
|
||||
}
|
||||
|
||||
case rsWaitForRIRsp:
|
||||
// TODO
|
||||
|
||||
case rsUnconnected:
|
||||
// TODO
|
||||
}
|
||||
|
||||
case pkt := <-p.recv:
|
||||
|
|
Loading…
Reference in a new issue