don't export ConnectAttempt and AcceptAttempt
This commit is contained in:
parent
99912b4b69
commit
1b47048aad
|
@ -15,14 +15,14 @@ var IP_TTL {.importc: "IP_TTL", header: "<netinet/in.h>".}: cint
|
|||
const Timeout = 3000
|
||||
|
||||
type
|
||||
ConnectAttempt* = ref object
|
||||
ConnectAttempt = ref object
|
||||
srcIp: IpAddress
|
||||
srcPort: Port
|
||||
dstIp: IpAddress
|
||||
dstPorts: seq[Port]
|
||||
firewallRules: seq[string]
|
||||
|
||||
AcceptAttempt* = ref object
|
||||
AcceptAttempt = ref object
|
||||
srcIp: IpAddress
|
||||
srcPort: Port
|
||||
dstIp: IpAddress
|
||||
|
|
Loading…
Reference in New Issue