Big refactor in service code to prep for plumbing through route management.

This commit is contained in:
Adam Ierymenko 2016-06-14 10:09:26 -07:00
commit 4446dbde5e
7 changed files with 87 additions and 119 deletions

View file

@ -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)
*/