From 50ccbb5b8eb4c42e92c2efc75e90b0664df38fb1 Mon Sep 17 00:00:00 2001 From: zzz Date: Thu, 11 Jun 2015 16:59:50 +0000 Subject: [PATCH] multiprotocol --- i2p2www/pages/site/docs/api/samv3.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i2p2www/pages/site/docs/api/samv3.html b/i2p2www/pages/site/docs/api/samv3.html index c91aac51..5f9d949e 100644 --- a/i2p2www/pages/site/docs/api/samv3.html +++ b/i2p2www/pages/site/docs/api/samv3.html @@ -75,6 +75,8 @@ Version 3.2 is not yet implemented, and the changes listed below are preliminary On failure the server will reply with an I2P_ERROR and a message.
  • Multiple concurrent pending STREAM ACCEPTs are allowed on the same session ID (even with the same port). It isn't clear (either in the spec or the code) if these are allowed now. +
  • The same session ID may be used for streams, datagrams, and raw simultaneously. + Incoming packets and streams will be routed based on I2P protocol and to-port.
  • The server's control socket may optionally offer SSL/TLS support, as configured on the server and client. Implementations may offer other transport layers as well; this is outside the scope of the protocol definition.
  • For STREAM FORWARD, client may add SSL=true to use an SSL socket