List of all items
Structs
- tachyon::Tachyon
- tachyon::TachyonConfig
- tachyon::TachyonSendResult
- tachyon::TachyonStats
- tachyon::channel::Channel
- tachyon::channel::ChannelStats
- tachyon::connection::Connection
- tachyon::connection::Identity
- tachyon::fragmentation::Fragmentation
- tachyon::header::ConnectionHeader
- tachyon::header::Header
- tachyon::int_buffer::IntBuffer
- tachyon::nack::Nack
- tachyon::network_address::NetworkAddress
- tachyon::pool::Pool
- tachyon::receive_result::TachyonReceiveResult
- tachyon::receiver::Receiver
- tachyon::send_buffer_manager::SendBuffer
- tachyon::send_buffer_manager::SendBufferManager
- tachyon::sequence::Sequence
- tachyon::sequence_buffer::SequenceBuffer
- tachyon::tachyon_socket::TachyonSocket
- tachyon::unreliable_sender::UnreliableSender
Enums
- tachyon::receive_result::ReceiveResult
- tachyon::tachyon_socket::CreateConnectResult
- tachyon::tachyon_socket::SocketReceiveResult
Functions
- tachyon::ffi::bind_socket
- tachyon::ffi::configure_channel
- tachyon::ffi::connect_socket
- tachyon::ffi::create_pool
- tachyon::ffi::create_pool_server
- tachyon::ffi::create_tachyon
- tachyon::ffi::destroy_pool
- tachyon::ffi::destroy_tachyon
- tachyon::ffi::get_connections
- tachyon::ffi::get_pool_server
- tachyon::ffi::get_stats
- tachyon::ffi::receive
- tachyon::ffi::register_callbacks
- tachyon::ffi::send_reliable
- tachyon::ffi::send_reliable_to
- tachyon::ffi::send_unreliable
- tachyon::ffi::send_unreliable_to
- tachyon::ffi::set_identity
- tachyon::ffi::tachyon_get_config
- tachyon::ffi::tachyon_update
Type Aliases
Statics
Constants
- tachyon::SEND_ERROR_CHANNEL
- tachyon::SEND_ERROR_FRAGMENT
- tachyon::SEND_ERROR_IDENTITY
- tachyon::SEND_ERROR_LENGTH
- tachyon::SEND_ERROR_SOCKET
- tachyon::SEND_ERROR_UNKNOWN
- tachyon::header::MESSAGE_TYPE_FRAGMENT
- tachyon::header::MESSAGE_TYPE_IDENTITY_LINKED
- tachyon::header::MESSAGE_TYPE_IDENTITY_UNLINKED
- tachyon::header::MESSAGE_TYPE_LINK_IDENTITY
- tachyon::header::MESSAGE_TYPE_NACK
- tachyon::header::MESSAGE_TYPE_NONE
- tachyon::header::MESSAGE_TYPE_RELIABLE
- tachyon::header::MESSAGE_TYPE_RELIABLE_WITH_NACK
- tachyon::header::MESSAGE_TYPE_UNLINK_IDENTITY
- tachyon::header::MESSAGE_TYPE_UNRELIABLE
- tachyon::header::TACHYON_FRAGMENTED_HEADER_SIZE
- tachyon::header::TACHYON_HEADER_SIZE
- tachyon::header::TACHYON_NACKED_HEADER_SIZE
- tachyon::receive_result::RECEIVE_ERROR_CHANNEL
- tachyon::receive_result::RECEIVE_ERROR_UNKNOWN
- tachyon::receiver::RECEIVE_WINDOW_SIZE_DEFAULT
- tachyon::send_buffer_manager::SEND_BUFFER_SIZE