Documentation
¶
Overview ¶
Package link models a point-to-point network link.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Link ¶
type Link struct {
// contains filtered or unexported fields
}
Link models a link between two [*Stack] instances.
The zero value is not ready to use; construct using New.
type LinkStack ¶
type LinkStack = packet.NetworkDevice
LinkStack is the [*Stack] as seen by a *Link.
Click to show internal directories.
Click to hide internal directories.