mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Decreased interval between sending announce packets.
This commit is contained in:
parent
5e8ba8ed6b
commit
e08e193510
|
@ -781,7 +781,7 @@ void oniondata_registerhandler(Onion_Client *onion_c, uint8_t byte, oniondata_ha
|
|||
onion_c->Onion_Data_Handlers[byte].object = object;
|
||||
}
|
||||
|
||||
#define ANNOUNCE_INTERVAL_NOT_ANNOUNCED 10
|
||||
#define ANNOUNCE_INTERVAL_NOT_ANNOUNCED 7
|
||||
#define ANNOUNCE_INTERVAL_ANNOUNCED 30
|
||||
|
||||
static void do_announce(Onion_Client *onion_c)
|
||||
|
|
Loading…
Reference in New Issue
Block a user