mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
Big refactor in service code to prep for plumbing through route management.
This commit is contained in:
parent
769351b30f
commit
4446dbde5e
7 changed files with 87 additions and 119 deletions
|
@ -41,16 +41,16 @@ public:
|
|||
*/
|
||||
InetAddress gateway;
|
||||
|
||||
/**
|
||||
* System device index or ID (not included in comparison operators, may not be set on all platforms)
|
||||
*/
|
||||
int deviceIndex;
|
||||
|
||||
/**
|
||||
* Metric or hop count -- higher = lower routing priority
|
||||
*/
|
||||
int metric;
|
||||
|
||||
/**
|
||||
* Device index -- not used on all platforms
|
||||
*/
|
||||
int deviceIndex;
|
||||
|
||||
/**
|
||||
* Interface scoped route? (always false if not meaningful on this OS)
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue