mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
Refactored tcp_write code - Reduced CPU usage to respectable levels
This commit is contained in:
parent
4983fd3776
commit
36db5865e7
5 changed files with 896 additions and 69 deletions
|
@ -71,7 +71,7 @@
|
|||
/* these are originally defined in tcp_impl.h */
|
||||
#ifndef TCP_TMR_INTERVAL
|
||||
/* The TCP timer interval in milliseconds. */
|
||||
#define TCP_TMR_INTERVAL 25
|
||||
#define TCP_TMR_INTERVAL 250
|
||||
#endif /* TCP_TMR_INTERVAL */
|
||||
|
||||
#ifndef TCP_FAST_INTERVAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue