diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-01 15:12:17 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-01 15:12:17 -0800 |
| commit | d79585d44d54256ee3ddbec264174f9b6e008bed (patch) | |
| tree | df05fedd549e3c1df58c46bb83789e411b792403 /node/Packet.hpp | |
| parent | 39f886ad889affb1388d83c71db1a101a30e9a58 (diff) | |
| download | infinitytier-d79585d44d54256ee3ddbec264174f9b6e008bed.tar.gz infinitytier-d79585d44d54256ee3ddbec264174f9b6e008bed.zip | |
Circuit tests now report link quality. Also fixed a little thing in revocation propagation.
Diffstat (limited to 'node/Packet.hpp')
| -rw-r--r-- | node/Packet.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp index d5817708..87863b19 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -1041,8 +1041,7 @@ public: * <[1] 8-bit packet hop count of received CIRCUIT_TEST> * <[...] local wire address on which packet was received> * <[...] remote wire address from which packet was received> - * <[2] 16-bit length of additional fields> - * <[...] additional fields> + * <[2] 16-bit path link quality of path over which packet was received> * <[1] 8-bit number of next hops (breadth)> * <[...] next hop information> * |
