add FIXME
This commit is contained in:
parent
8dc5b5dd78
commit
02665220ef
|
@ -253,6 +253,7 @@ proc doAccept(puncher: TcpSyniPuncher, srcIp: IpAddress,
|
|||
else:
|
||||
let attempt = puncher.acceptAttempts[i]
|
||||
attempt.future.complete(peer)
|
||||
# FIXME: we have to check if more attempts on this endpoint exist and break otherwise
|
||||
else:
|
||||
let attempts = puncher.findAcceptAttemptsByLocalAddr(srcIp, srcPort)
|
||||
# FIXME: should attempts have timestamps, so we can decide here which ones to delete?
|
||||
|
|
Loading…
Reference in New Issue