From d57f293efaf5eefca1296122bcef5cdd2c514a5d Mon Sep 17 00:00:00 2001 From: Christian Ulrich Date: Sat, 11 Jul 2020 14:45:53 +0200 Subject: [PATCH] add fixme --- punchd.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/punchd.nim b/punchd.nim index bbc0ec9..76ee84e 100644 --- a/punchd.nim +++ b/punchd.nim @@ -21,7 +21,7 @@ type dstPorts: array[3, Port] srcIp: IpAddress srcPorts: array[3, Port] - seqNums: array[10, uint32] + seqNums: array[10, uint32] # FIXME: this should be a seq proc handleRequest(line: string, unixSock: AsyncSocket) {.async.} = var id: string