ports

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2023 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Overview

Package ports implements various types of ports supported within Lucius. Each port implements a type satisfying the interface fwdport.Port, and registers a builder to create the port.

Ports does not order packets during processing. Cable ports maintain strict ordering between packets received on the same cable (in-band packets). A packet is not processed until the previous packet is fully processed. However there are no ordering guarantees for packets injected via pakio (out-of-band packet).

Index

Constants

View Source
const AsyncPacketQueueDepth = 10

AsyncPacketQueueDepth is the number of packets buffered for the async write requests. Heuristic says 10 is sufficient.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL