mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
d94246a906
sending. When a peer leaves a group, they send a packet to the group indicating that they're leaving. However if this packet is sent via TCP, it gets put in a packet queue, which is then destroyed on the rest of the group cleanup process before ever being able to send. This pr allows do_gc() to finish an iteration before cleaning the group up, which allows the TCP packet queue to be emptied. However this bug still exists on a tox_kill() event because we don't have a chance to do another do_gc() iteration. |
||
---|---|---|
.. | ||
analysis | ||
astyle | ||
bootstrap_daemon | ||
docker | ||
emscripten | ||
event_tooling | ||
fun | ||
pkgconfig | ||
proxy | ||
rpm | ||
bootstrap_node_packets.c | ||
bootstrap_node_packets.h | ||
BUILD.bazel | ||
DHT_bootstrap.c | ||
DHTnodes | ||
make_single_file | ||
Makefile.inc | ||
osx_build_script_toxcore.sh | ||
print-version | ||
tox-warning.png | ||
tox.png | ||
version-sync | ||
windows_build_script_toxcore.sh |