fix import
This commit is contained in:
parent
ed18ece7ea
commit
17f8388d0d
|
@ -2,8 +2,8 @@ import asyncdispatch, asyncnet, strformat
|
||||||
from net import IpAddress, Port, `$`, getPrimaryIPAddr
|
from net import IpAddress, Port, `$`, getPrimaryIPAddr
|
||||||
from nativesockets import setSockOptInt
|
from nativesockets import setSockOptInt
|
||||||
import asyncutils
|
import asyncutils
|
||||||
|
import ip_packet
|
||||||
import network_interface
|
import network_interface
|
||||||
import packet_info
|
|
||||||
import raw_socket
|
import raw_socket
|
||||||
|
|
||||||
var IPPROTO_IP {.importc: "IPPROTO_IP", header: "<netinet/in.h>".}: cint
|
var IPPROTO_IP {.importc: "IPPROTO_IP", header: "<netinet/in.h>".}: cint
|
||||||
|
|
Loading…
Reference in New Issue