diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2026-08-16 19:24:16 +0200 |
|---|---|---|
| committer | Gab <24553253+gabrix73@users.noreply.github.com> | 2026-08-16 19:24:16 +0200 |
| commit | 56e296e5875b10ed053cbdedbab08957fce2a461 (patch) | |
| tree | e1c49b328f1fe5142f7e2b27593b0905c5e3668a /ingress/README.md | |
| parent | 43fbddf016f94f4ba006d82c9a67dca61b5852a1 (diff) | |
| download | yamnweb-56e296e5875b10ed053cbdedbab08957fce2a461.tar.gz yamnweb-56e296e5875b10ed053cbdedbab08957fce2a461.tar.xz yamnweb-56e296e5875b10ed053cbdedbab08957fce2a461.zip | |
Diffstat (limited to 'ingress/README.md')
| -rw-r--r-- | ingress/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ingress/README.md b/ingress/README.md index d4a8338..e9c5295 100644 --- a/ingress/README.md +++ b/ingress/README.md @@ -3,6 +3,11 @@ This service receives an envelope over the Nym mixnet and delivers the already encrypted YAMN packet to an allowlisted SMTP entry through Tor. +Transient Tor connection failures are retried three times with bounded +backoff before the SMTP transaction begins. Errors after SMTP commands start +are not retried automatically because the remote acceptance state may be +ambiguous. + The Nym address is generated by the persistent client identity and printed at startup. It must be copied to `YAMN_NYM_RECIPIENT` on the sending web service. |
