Skip to main content

Crate anytls

Crate anytls 

Source

Modules§

core
Core module
proxy
runtime
uot
UDP-over-TCP protocol implementation for AnyTLS. This module defines the request format and packet encoding/decoding for the UDP-over-TCP protocol used in AnyTLS. The protocol allows clients to send UDP packets encapsulated in TCP streams, enabling UDP communication over TCP connections. The main components of this module include:
util

Constants§

MIN_PROTOCOL_VERSION
PROGRAM_VERSION_NAME
PROTOCOL_VERSION

Traits§

AsyncReadWrite

Type Aliases§

BoxError
DialOutFunc