summaryrefslogtreecommitdiff
path: root/node/RoutingTable.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-07-16 15:13:53 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-07-16 15:13:53 -0700
commitd3151567331716341210fe957df69fd2a705dc8b (patch)
tree60d4591e64c86bd04040daf184146668e1f700d0 /node/RoutingTable.hpp
parent4c4675e3ac23833503cf89afcacd16e2f8911e53 (diff)
downloadinfinitytier-d3151567331716341210fe957df69fd2a705dc8b.tar.gz
infinitytier-d3151567331716341210fe957df69fd2a705dc8b.zip
BSD routing table implementation work.
Diffstat (limited to 'node/RoutingTable.hpp')
-rw-r--r--node/RoutingTable.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/RoutingTable.hpp b/node/RoutingTable.hpp
index 8f6a4642..8894018d 100644
--- a/node/RoutingTable.hpp
+++ b/node/RoutingTable.hpp
@@ -48,7 +48,7 @@ public:
Entry() { device[0] = (char)0; }
InetAddress destination;
- InetAddress gateway; // port/netmaskBits field not used, should be 0
+ InetAddress gateway; // port/netmaskBits field not used, should be 0 -- null if direct-to-device route
char device[128];
int metric;