directory
0.0.0-20220214151720-7585b01ddccf
Repository: https://github.com/inetaf/netstack.git
Documentation: pkg.go.dev
# Packages
Package channel provides the implemention of channel-based data-link layer endpoints.
Package ethernet provides an implementation of an ethernet link endpoint that wraps an inner link endpoint.
Package loopback provides the implemention of loopback data-link layer endpoints.
Package muxed provides a muxed link endpoints.
Package nested provides helpers to implement the pattern of nested stack.LinkEndpoints.
Package pipe provides the implementation of pipe-like data-link layer endpoints.
No description provided by the author
Package rawfile contains utilities for using the netstack with raw host files on Linux hosts.
Package sniffer provides the implementation of data-link layer endpoints that wrap another endpoint and logs inbound and outbound packets.
Package waitable provides the implementation of data-link layer endpoints that wrap other endpoints, and can wait for inflight calls to WritePacket or DeliverNetworkPacket to finish (and new ones to be prevented).