Skip to content

Commit 206475f

Browse files
committed
v0.2.0 - Per‑destination ephemeral identities
- Cache SAM sessions per .i2p domain (reuse identity for all assets on a site) - 300s idle timeout before session eviction and key wipe - Dramatically reduces tunnel builds compared to per‑request approach - Respects I2P network health while maintaining cross‑site unlinkability - Updated README with new behavior and configuration options
1 parent b1c84b0 commit 206475f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use tokio::io::{AsyncReadExt, AsyncWriteExt};
1111
use tokio::net::{TcpListener, TcpStream};
1212
use tokio::sync::{Mutex, Semaphore};
1313
use tokio::time;
14-
use tracing::{debug, error, info, warn};
14+
use tracing::{debug, error, info};
1515
use yosemite::{DestinationKind, RouterApi, Session, SessionOptions};
1616

1717
// -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)