add fixme

This commit is contained in:
Christian Ulrich 2020-07-11 14:45:53 +02:00
parent 406bb02515
commit d57f293efa
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ type
dstPorts: array[3, Port] dstPorts: array[3, Port]
srcIp: IpAddress srcIp: IpAddress
srcPorts: array[3, Port] 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.} = proc handleRequest(line: string, unixSock: AsyncSocket) {.async.} =
var id: string var id: string