Home
last modified time | relevance | path

Searched refs:send_lossless_packet (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dnet_crypto.c1146 static int64_t send_lossless_packet(Net_Crypto *c, int crypt_connection_id, const uint8_t *data, ui… in send_lossless_packet() function
2790 int64_t ret = send_lossless_packet(c, crypt_connection_id, data, length, congestion_control); in write_cryptpacket()