# Functions
DefaultSlowOptions returns a default options.
HostIP looks up an IP for a hostname.
IsReachable returns the destNode is reachable with ping.
# Structs
IPTables implements Net interface to simulate the network.
Noop implements Net interface but does nothing.
SlowOptions is used to delay the network packets.
# Interfaces
Net is used to control the network.