diff options
| author | Grant Limberg <glimberg@gmail.com> | 2015-06-30 19:23:23 -0700 |
|---|---|---|
| committer | Grant Limberg <glimberg@gmail.com> | 2015-06-30 19:23:23 -0700 |
| commit | d853dbf2d88d4c7b0016e4416b7d046801e4f65a (patch) | |
| tree | 6e6e859a3da842b6158f04a2b110d0ed735eb9e8 /node/Packet.hpp | |
| parent | aee8e95d4961195b3251bcc8581677a8f0c0cdd8 (diff) | |
| parent | 0cbbcf288455b8657134bf5be0861232daa6c7d9 (diff) | |
| download | infinitytier-d853dbf2d88d4c7b0016e4416b7d046801e4f65a.tar.gz infinitytier-d853dbf2d88d4c7b0016e4416b7d046801e4f65a.zip | |
Merge branch 'adamierymenko-dev' into android-jni
Diffstat (limited to 'node/Packet.hpp')
| -rw-r--r-- | node/Packet.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp index 49201b71..d9f8d888 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -825,7 +825,7 @@ public: */ VERB_SET_EPHEMERAL_KEY = 15, - /* "Call me at" -- push of potential endpoints for direct communication: + /* Push of potential endpoints for direct communication: * <[1] flags> * <[2] number of addresses> * <[...] address types and addresses> @@ -833,14 +833,14 @@ public: * Address types and addresses are of the same format as the destination * address type and address in HELLO. * - * The receiver may, upon receiving a CMA push, attempt to establish a + * The receiver may, upon receiving a push, attempt to establish a * direct link to one or more of the indicated addresses. Senders should - * only send CMA pushes to peers that they have some relationship + * only send address pushes to peers that they have some relationship * with such as a shared network membership or a mutual trust. * * OK/ERROR are not generated. */ - VERB_CMA = 16 + VERB_PHYSICAL_ADDRESS_PUSH = 16 }; /** |
