Expand description
This crate implements the firewall socket protocol
for communication between the letmeind
and letmeinfwd
daemons.
Serializing messages to a raw byte stream and deserializing raw byte stream to a message is implemented here.
Structs§
- Firewall
Message - A message to control the firewall.
Enums§
- Addr
Type - The type of address to open in the firewall.
- Firewall
Operation - The operation to perform on the firewall.
- Port
Type - The type of port to open in the firewall.
Constants§
- SOCK_
FILE - Firewall daemon Unix socket file name.
Traits§
- Stream
- Communication stream abstraction.