From 17f8388d0d4fa9e96df0ff15497af45fbee5ccae Mon Sep 17 00:00:00 2001 From: Christian Ulrich Date: Fri, 10 Jul 2020 00:27:21 +0200 Subject: [PATCH] fix import --- tcp_syni.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcp_syni.nim b/tcp_syni.nim index 7006ad1..4fb23e4 100644 --- a/tcp_syni.nim +++ b/tcp_syni.nim @@ -2,8 +2,8 @@ import asyncdispatch, asyncnet, strformat from net import IpAddress, Port, `$`, getPrimaryIPAddr from nativesockets import setSockOptInt import asyncutils +import ip_packet import network_interface -import packet_info import raw_socket var IPPROTO_IP {.importc: "IPPROTO_IP", header: "".}: cint