toxcore/other/bootstrap_daemon/docker
jfreegman d94246a906
fix: partially fix a bug that prevented group part messages from
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.
2024-01-27 12:27:27 -05:00
..
Dockerfile chore: Add fetch-sha256 script to update bootstrap node hash. 2024-01-03 23:01:55 +00:00
fetch-sha256 chore: Add fetch-sha256 script to update bootstrap node hash. 2024-01-03 23:01:55 +00:00
get-nodes.py chore: Add mypy Python type check. 2022-01-14 19:55:37 +00:00
tox-bootstrapd.sha256 fix: partially fix a bug that prevented group part messages from 2024-01-27 12:27:27 -05:00
update-sha256 Fix Docker tox-bootstrapd hash update failing when using BuildKit 2023-12-02 01:49:53 -05:00