Module protocols

Source
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.
compresscompression
Compression protocol. Without encryption.
compress_encryptcompress_encryption
Compression and encryption protocol.
encryptencryption
Encryption protocol. Without compression.
raw
Raw protocol. Without encryption and compression.