diff --git a/punchd.nim b/punchd.nim index b5bd257..9f124f8 100644 --- a/punchd.nim +++ b/punchd.nim @@ -46,7 +46,7 @@ proc handleRequest(line: string, unixSock: AsyncSocket) {.async.} = of "tcp-syni-accept": let req = parseMessage[TcpSyniAccept](args[2]) puncher = await initPuncher(req.srcPorts[0], req.dstIp, req.dstPorts, -- req.seqNums) + req.seqNums) sock = await puncher.accept() else: