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