Expand description
The tcp-handler protocols. See the sub mod docs for more info.
raw
, compress
, encrypt
, and compress_encrypt
.
Modulesยง
- common
- Common utilities for protocols.
- compress
compression
- Compression protocol. Without encryption.
- compress_
encrypt compress_encryption
- Compression and encryption protocol.
- encrypt
encryption
- Encryption protocol. Without compression.
- raw
- Raw protocol. Without encryption and compression.