FIXME was solved

This commit is contained in:
Christian Ulrich 2020-08-26 22:39:57 +02:00
parent 39921daf83
commit 0fe1b6ac06
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ proc injectTcpPacket(rawFd: AsyncFD, ipPacket: IpPacket) {.async.} =
proc captureSeqNumbers(puncher: TcpSyniPuncher, rawFd: AsyncFD,
cb: PunchProgressCb) {.async.} =
# FIXME: every sequence number is captured twice (RST too?)
# FIXME: timeout?
var seqNums = newSeq[uint32]()
while seqNums.len < puncher.dstPorts.len: