[][src]Module packet::tcp

TCP packet parser and builder.

Re-exports

pub use self::flag::Flags;
pub use self::option::Option;

Modules

flag

TCP flags.

option

TCP options.

Structs

Builder

TCP packet builder.

Packet

TCP packet parser.

Functions

checksum

Calculate the checksum for a TCP packet.