From e0fb0db0cca629325f6fa32f4f649edea36ba9a2 Mon Sep 17 00:00:00 2001
From: zzz
Date: Sun, 25 Oct 2020 09:06:26 -0400
Subject: [PATCH] SAMv3: Fix explanation of FORWARD
---
i2p2www/pages/site/docs/api/samv3.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/i2p2www/pages/site/docs/api/samv3.html b/i2p2www/pages/site/docs/api/samv3.html
index 6f49a656..6c538c40 100644
--- a/i2p2www/pages/site/docs/api/samv3.html
+++ b/i2p2www/pages/site/docs/api/samv3.html
@@ -1,7 +1,7 @@
{% extends "global/layout.html" %}
{% block title %}SAM V3{% endblock %}
-{% block lastupdated %}July 2020{% endblock %}
-{% block accuratefor %}0.9.47{% endblock %}
+{% block lastupdated %}2020-10{% endblock %}
+{% block accuratefor %}0.9.48{% endblock %}
{% block content %}
Specified below is a simple client protocol for interacting with I2P.
@@ -838,8 +838,8 @@ $port is the port number of the socket server to which SAM will
forward connection requests. It is mandatory.
-When a connection request arrives from I2P, the SAM bridge requests a
-socket connection from $host:$port. If it is accepted after no more
+When a connection request arrives from I2P, the SAM bridge opens a
+socket connection to $host:$port. If it is accepted in less
than 3 seconds, SAM will accept the connection from I2P, and then: