From fc9abe46b15e20f44d6f0597819b939f63ed7dbf Mon Sep 17 00:00:00 2001 From: zzz Date: Tue, 3 Jan 2023 07:47:37 -0500 Subject: [PATCH] More embedding guide updates --- .../site/docs/applications/embedding.html | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/i2p2www/pages/site/docs/applications/embedding.html b/i2p2www/pages/site/docs/applications/embedding.html index cae5a352..70ed814a 100644 --- a/i2p2www/pages/site/docs/applications/embedding.html +++ b/i2p2www/pages/site/docs/applications/embedding.html @@ -45,6 +45,7 @@ Some of the following only applies to the Java router. Ensure you meet the license requirements of the software you are bundling. {%- endtrans %}

+

Configuration

{% trans %}Verify default configuration{% endtrans %}

{% trans -%} @@ -152,6 +153,17 @@ for high-traffic servers and applications. +

Specify SAM SIGNATURE_TYPE

+

+SAM defaults to DSA_SHA1 for destinations, which is not what you want. +Ed25519 (type 7) is the correct selection. +Add SIGNATURE_TYPE=7 to the DEST GENERATE command, +or to the SESSION CREATE command for DESTINATION=TRANSIENT. +

+ + + +

Limit SAM Sessions

Most applications will only need one SAM session. @@ -166,7 +178,7 @@ In almost no situation should you require a unique session per-connection. Without careful design, this could quickly DDoS the network. Carefully consider if your security goals require unique sessions. Please consult with the Java I2P or i2pd developers before implementing per-connection sessions. -

+

@@ -183,6 +195,7 @@ See i2psnark for code that reduces tunnel count and then closes the tunnel, even {%- endtrans %}

+

Life Cycle

{% trans %}Updatability{% endtrans %}

{% trans -%} @@ -217,6 +230,8 @@ If your average uptime is less than an hour, I2P is probably the wrong solution. {%- endtrans %}

+

User Interface

+

{% trans %}Show Status{% endtrans %}

{% trans -%} @@ -245,6 +260,8 @@ it may be helpful to provide an option or a separate package to use an external {%- endtrans %}

+

Other Topics

+

{% trans %}Use of other Common Services{% endtrans %}

{% trans -%} @@ -375,6 +392,7 @@ Hang out in IRC #i2p-dev. Post on the forums. Spread the word. We can help get you users, testers, translators, or even coders. {%- endtrans %}

+

Examples

{% trans %}Application Examples{% endtrans %}