From 588e565ced2ac32aede7b050084bfafed62e9371 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Tue, 22 Jul 2014 17:53:02 +0000 Subject: [PATCH] clarify SSU want reply bit --- i2p2www/pages/site/docs/spec/ssu.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/i2p2www/pages/site/docs/spec/ssu.html b/i2p2www/pages/site/docs/spec/ssu.html index c8b62b4a4..34eab3945 100644 --- a/i2p2www/pages/site/docs/spec/ssu.html +++ b/i2p2www/pages/site/docs/spec/ssu.html @@ -1,7 +1,7 @@ {% extends "global/layout.html" %} {% block title %}SSU Protocol Specification{% endblock %} -{% block lastupdated %}April 2014{% endblock %} -{% block accuratefor %}0.9.12{% endblock %} +{% block lastupdated %}July 2014{% endblock %} +{% block accuratefor %}0.9.14{% endblock %} {% block content %} <p> @@ -849,7 +849,8 @@ If the number of fragments is zero, this is an ack-only or keepalive message. </li><li> The ECN feature is unimplemented, and the bit is never set. </li><li> -The want reply bit is always set in the current implementation. +In the current implementation, the want reply bit is set when the number of +fragments is greater then zero, and not set when there are no fragments. </li><li> Extended data is unimplemented and never present. </li><li> -- GitLab