diff options
Diffstat (limited to 'toxcore')
-rw-r--r-- | toxcore/onion_announce.h | 2 | ||||
-rw-r--r-- | toxcore/onion_client.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/onion_announce.h b/toxcore/onion_announce.h index f2ba3715..36ffe767 100644 --- a/toxcore/onion_announce.h +++ b/toxcore/onion_announce.h | |||
@@ -25,7 +25,7 @@ | |||
25 | 25 | ||
26 | #include "onion.h" | 26 | #include "onion.h" |
27 | 27 | ||
28 | #define ONION_ANNOUNCE_MAX_ENTRIES 48 | 28 | #define ONION_ANNOUNCE_MAX_ENTRIES 64 |
29 | #define ONION_ANNOUNCE_TIMEOUT 300 | 29 | #define ONION_ANNOUNCE_TIMEOUT 300 |
30 | #define ONION_PING_ID_SIZE crypto_hash_sha256_BYTES | 30 | #define ONION_PING_ID_SIZE crypto_hash_sha256_BYTES |
31 | 31 | ||
diff --git a/toxcore/onion_client.c b/toxcore/onion_client.c index 8f735d6c..ab7958c6 100644 --- a/toxcore/onion_client.c +++ b/toxcore/onion_client.c | |||
@@ -403,7 +403,7 @@ static int client_add_to_list(Onion_Client *onion_c, uint32_t num, const uint8_t | |||
403 | } | 403 | } |
404 | 404 | ||
405 | } else { | 405 | } else { |
406 | if (is_stored == 2) | 406 | if (is_stored >= 2) |
407 | return -1; | 407 | return -1; |
408 | 408 | ||
409 | list_nodes = onion_c->friends_list[num - 1].clients_list; | 409 | list_nodes = onion_c->friends_list[num - 1].clients_list; |