Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-10 | timers: move timer calls out of hot loop | Jason A. Donenfeld | |
We sacrifice a little bit of precision here, but this avoids jockeying around the timers for every packet, when we're sending in bundles anyway to minimize cache misses. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2016-07-10 | persistent keepalive: use authenticated keepalives | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2016-07-08 | keepalives: only queue keepalive when queue is empty | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2016-07-08 | timers: do not consider keepalives to be data sent | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2016-06-25 | Initial commit | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> |