toxcore/other/bootstrap_daemon/docker
jfreegman 6b6718e4d2
cleanup: Make group packet entry creation less error-prone
We always assumed that create_array_entry() would only be called
with an empty array entry and wouldn't modify entries on error.
We now explicitly require both conditions, and also give an
error in the case of a non-null data pointer with a zero
length field, as this indicates a logic error.

Checks for an empty array entry that precede a call to
create_array_entry() are now redundant. It should be noted that
a non-empty entry doesn't necessarily indicate an error. This
condition can be triggered if packets are being sent or
received faster than they can be processed/acknowledged,
which is common when spamming messages on poor connections.
2024-01-11 11:02:29 -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
tox-bootstrapd.sha256 cleanup: Make group packet entry creation less error-prone 2024-01-11 11:02:29 -05:00
update-sha256 Fix Docker tox-bootstrapd hash update failing when using BuildKit 2023-12-02 01:49:53 -05:00