Lines Matching refs:network
6 lansim is a LAN simulator that runs over a TAP network interface and
7 allows to simulate network traffic on that interface from Python code.
9 A TAP interface is a virtual network kernel device that acts as any
10 other network interface, except that instead of sending and receiving
13 bi-directional pipe where one side is a network interface and the
18 like send back a packet to this interface. The kernel network stack
23 This simulator is useful on situations where you can't fake a network
24 service using the normal kernel network stack. For example, if you
25 need to fake a network of several hosts publishing services via mDNS
27 it's more complicated to do the same using the system's network stack
31 The Simulator class requires a TAP network interface and allows other