add fixme
This commit is contained in:
parent
406bb02515
commit
d57f293efa
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue