Module netsim::device::ipv4[][src]

IPv4 devices

Structs

EtherAdaptorV4

Adapts between an Ipv4 network and a raw ethernet network. This can, for instance, act as a gateway between an ethernet network and the Ipv4 internet.

Ipv4Hop

Connects two Ipv4Plugs and adds a hop between them. This causes the TTL value of all packets to be decremented while travelling along the connection (and dropped if the TLL reaches zero).

Ipv4Latency

Adds latency to an IPv4 connection

Ipv4Nat

An Ipv4 NAT.

Ipv4NatBuilder

A builder for Ipv4Nat

Ipv4PacketLoss

Adds packet loss to an IPv4 connection

Ipv4Router

Connects a bunch of Ipv4 networks and routes packets between them.

Ipv4RouterBuilder

Builder for creating a Ipv4Router.