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
compressionCompression protocol. Without encryption. - compress_encrypt
compress_encryptionCompression and encryption protocol. - encrypt
encryptionEncryption protocol. Without compression. - Raw protocol. Without encryption and compression.