summaryrefslogtreecommitdiff
path: root/node/Node.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-10-23 16:46:09 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-10-23 16:46:09 -0700
commit4fbb098daa349a663015426d1210f1b59d0478c4 (patch)
treeb2f5ca2c32c24bab5ad428d2c2323a1a75bb9b52 /node/Node.hpp
parent0a195e7bc0e23a5a7978a75befe8843d6e69aecd (diff)
downloadinfinitytier-4fbb098daa349a663015426d1210f1b59d0478c4.tar.gz
infinitytier-4fbb098daa349a663015426d1210f1b59d0478c4.zip
Testnet work... getting there!
Diffstat (limited to 'node/Node.hpp')
-rw-r--r--node/Node.hpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/node/Node.hpp b/node/Node.hpp
index 1b338b22..75bc7a8b 100644
--- a/node/Node.hpp
+++ b/node/Node.hpp
@@ -226,23 +226,6 @@ public:
bool updateCheck()
throw();
- /**
- * Inject a packet into a network's tap as if it came from the host
- *
- * This is primarily for debugging, and at the moment is only supported on
- * the test/dummy Ethernet tap implementation. Attempting to use it for real
- * devices will fail and return 'false.'
- *
- * @param nwid Network ID
- * @param from Source MAC address (must be 6 bytes in length)
- * @param to Destination MAC address (must be 6 bytes in length)
- * @param etherType Ethernet frame type
- * @param data Frame data
- * @param len Length of frame in bytes
- * @return True on success; false if not a member of network, injection not supported, or data too large
- */
- bool injectPacketFromHost(uint64_t nwid,const unsigned char *from,const unsigned char *to,unsigned int etherType,const void *data,unsigned int len);
-
static const char *versionString() throw();
static unsigned int versionMajor() throw();
static unsigned int versionMinor() throw();