[][src]Module packet::builder

Packet builder abstractions.

Structs

Finalization

Takes care of grouping finalizers through the builder chain.

Traits

Builder

A packet Builder.

Finalizer

A finalizer used by builders to complete building the packet, this is usually used to calculate the checksum and update length fields after the whole packet has been created.