Module quilkin::filters::concatenate
source · Structs§
- The
Concatenatefilter’s job is to add a byte packet to either the beginning or end of each UDP packet that passes through. This is commonly used to provide an auth token to each packet, so they can be routed appropriately. - Config represents a
Concatenatefilter configuration.