diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-07-16 15:13:53 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-07-16 15:13:53 -0700 |
| commit | d3151567331716341210fe957df69fd2a705dc8b (patch) | |
| tree | 60d4591e64c86bd04040daf184146668e1f700d0 /node/RoutingTable.hpp | |
| parent | 4c4675e3ac23833503cf89afcacd16e2f8911e53 (diff) | |
| download | infinitytier-d3151567331716341210fe957df69fd2a705dc8b.tar.gz infinitytier-d3151567331716341210fe957df69fd2a705dc8b.zip | |
BSD routing table implementation work.
Diffstat (limited to 'node/RoutingTable.hpp')
| -rw-r--r-- | node/RoutingTable.hpp | 2 |
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; |
