Expand description
Operators are used to select sockets to send a packet to, or to configure the packet that will be emitted.
They use the builder pattern to chain operators.
There are two types of operators:
ConfOperators
: Chainable operators to configure the message to be sent.BroadcastOperators
: Chainable operators to select sockets to send a message to and to configure the message to be sent.
Structsยง
- Broadcast
Operators - Chainable operators to select sockets to send a message to and to configure the message to be sent.
- Conf
Operators - Chainable operators to configure the message to be sent.