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