Struct StreamKey

Struct Documentation

struct StreamKey

Structure representing a hash key/sorting key for a udp stream.

Public Functions

bool operator==(const struct StreamKey &other) const

Public Members

std::string dst_ip

The destination IP.

std::string src_ip

The source IP.

int src_port

The src port.

int dst_port

The destination port.