diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-05 17:44:39 -0400 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-05 17:44:39 -0400 |
commit | c9c63074bbd7025c624ab4987c3a32fd2e925b6a (patch) | |
tree | 42e2f6eb22299f806c8583b58838564acefa2eea /node/NodeConfig.hpp | |
parent | 70f368fdc36cd91a3be0218fba7b2d4c6a8bc96f (diff) | |
download | infinitytier-c9c63074bbd7025c624ab4987c3a32fd2e925b6a.tar.gz infinitytier-c9c63074bbd7025c624ab4987c3a32fd2e925b6a.zip |
CLI communication now working.
Diffstat (limited to 'node/NodeConfig.hpp')
-rw-r--r-- | node/NodeConfig.hpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/node/NodeConfig.hpp b/node/NodeConfig.hpp index 62b23609..f89cf2cb 100644 --- a/node/NodeConfig.hpp +++ b/node/NodeConfig.hpp @@ -52,19 +52,6 @@ class RuntimeEnvironment; /** * Node configuration endpoint - * - * Packet format for local UDP configuration packets: - * [16] first 16 bytes of HMAC-SHA-256 of payload - * [ -- begin HMAC'ed envelope -- ] - * [8] random initialization vector - * [ -- begin cryptographic envelope -- ] - * [4] arbitrary tag, echoed in response - * [...] payload - * - * For requests, the payload consists of a single ASCII command. For - * responses, the payload consists of one or more response lines delimited - * by NULL (0) characters. The tag field is replicated in the result - * packet. */ class NodeConfig { |