[][src]Module tox_core::relay

TCP handshake and Packet handling

Modules

client

The implementation of tcp relay client.

codec

Codec implementation for encoding/decoding TCP Packets in terms of tokio-io

handshake

Handshake packets to establish a confirmed connection via handshake using Diagram

secure

A tls-like module for relay packets

server

The implementation of TCP relay server