Module tcp_handler::protocols
source · Expand description
The tcp-handler protocols. See the sub mod docs for more info.
raw
, compress
, encrypt
, and compress_encrypt
.
Modules§
- 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 protocol. Without encryption and compression.