Module tox::toxcore
[−]
[src]
Core Tox module. Provides an API on top of which other modules and applications may be build.
Modules
| binary_io |
Functions for binary IO. |
| crypto_core |
Functions for the core crypto. |
| dht |
DHT part of the toxcore. |
| dht_new |
DhtPacket handling |
| dht_node |
Functionality needed to work as a DHT node. |
| hole_punching |
Module for hole-punching. Build on top of DHT. |
| network |
Networking part of the toxcore. |
| packet_kind |
Data associated with the |
| state_format |
State format – for saving / loading data across restarts. |
| tcp |
TCP handshake and Packet handling |
| timeout |
Managing requests IDs and timeouts. |
| toxid |
|