properly fill out ifcfg files. also removed route re-add code for synology
This commit is contained in:
parent
e4135ffb35
commit
946e413997
4 changed files with 64 additions and 14 deletions
|
@ -63,12 +63,8 @@
|
|||
*
|
||||
* OneService also does this on detected restarts.
|
||||
*/
|
||||
#ifdef __SYNOLOGY___
|
||||
// Synology devices like to kill routes, check more often and re-add
|
||||
#define ZT_BINDER_REFRESH_PERIOD 10000
|
||||
#else
|
||||
#define ZT_BINDER_REFRESH_PERIOD 30000
|
||||
#endif
|
||||
#define ZT_BINDER_REFRESH_PERIOD 30000
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue