Prop. 159 add termination response

Clarify peer test mixed v4/v6 in SSU 1
Fix SSU 1 peer test typos
This commit is contained in:
zzz
2022-07-27 10:25:39 -04:00
parent 784c862e1c
commit 70ba93f191
2 changed files with 20 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{% extends "global/layout.html" %}
{% block title %}{% trans %}Secure Semireliable UDP{% endtrans %} (SSU){% endblock %}
{% block lastupdated %}2022-06{% endblock %}
{% block lastupdated %}2022-07{% endblock %}
{% block accuratefor %}0.9.54{% endblock %}
{% block content %}
@@ -534,8 +534,8 @@ When Bob receives a request from Alice via IPv6, Bob must select a Charlie that
The actual Bob-Charlie communication may be via IPv4 or IPv6 (i.e., independent of Alice's address type).
</p><p>
As of release 0.9.50,
If the message is over IPv6 for an IPv4 introduction,
or (as of release 0.9.50) over IPv4 for an IPv6 introduction,
If the message is over IPv6 for an IPv4 peer test,
or (as of release 0.9.50) over IPv4 for an IPv6 peer test,
Alice must include her introduction address and port.
See <a href="/spec/proposals/158">Proposal 158</a> for details.