diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-01 19:09:18 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-01 19:09:18 -0700 |
| commit | 1f28ce398078eff39081ef25e7c1e234dd6f8fc2 (patch) | |
| tree | 993a595474612d930a28a7a3d5b1a6675748db2d /node/NetworkConfigMaster.hpp | |
| parent | 49349470a059a54177b0831ea256492d9b30712f (diff) | |
| download | infinitytier-1f28ce398078eff39081ef25e7c1e234dd6f8fc2.tar.gz infinitytier-1f28ce398078eff39081ef25e7c1e234dd6f8fc2.zip | |
Tons more refactoring: simplify Network, move explicit management of Tap out, redo COM serialization, etc.
Diffstat (limited to 'node/NetworkConfigMaster.hpp')
| -rw-r--r-- | node/NetworkConfigMaster.hpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/node/NetworkConfigMaster.hpp b/node/NetworkConfigMaster.hpp index 06a4e56c..f3b013e4 100644 --- a/node/NetworkConfigMaster.hpp +++ b/node/NetworkConfigMaster.hpp @@ -70,9 +70,8 @@ public: * On internal server errors, the 'error' field in result can be filled in * to indicate the error. * - * @param fromAddr Originating IP address - * @param packetId 64-bit packet ID - * @param member Originating peer ZeroTier identity + * @param fromAddr Originating wire address or null address if packet is not direct (or from self) + * @param identity Originating peer ZeroTier identity * @param nwid 64-bit network ID * @param metaData Meta-data bundled with request (empty if none) * @param haveRevision Network revision ID sent by requesting peer or 0 if none @@ -81,7 +80,6 @@ public: */ virtual NetworkConfigMaster::ResultCode doNetworkConfigRequest( const InetAddress &fromAddr, - uint64_t packetId, const Identity &identity, uint64_t nwid, const Dictionary &metaData, |
