1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

don't send padding by default

This commit is contained in:
Jeff Becker 2018-06-14 16:34:35 -04:00
parent d3d14ba03a
commit 7da65fc1d7
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -65,7 +65,7 @@ struct llarp_router
byte_t linkmsg_buffer[MAX_LINK_MSG_SIZE];
// should we be sending padded messages every interval?
bool sendPadding = true;
bool sendPadding = false;
uint32_t ticker_job_id = 0;