We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b906b64 commit 801b405Copy full SHA for 801b405
src/i2p.cpp
@@ -380,7 +380,9 @@ void Session::CreateIfNotCreatedAlready()
380
// in the reply in DESTINATION=.
381
const Reply& reply = SendRequestAndGetReply(
382
*sock,
383
- strprintf("SESSION CREATE STYLE=STREAM ID=%s DESTINATION=TRANSIENT SIGNATURE_TYPE=7", session_id));
+ strprintf("SESSION CREATE STYLE=STREAM ID=%s DESTINATION=TRANSIENT SIGNATURE_TYPE=7 "
384
+ "inbound.quantity=1 outbound.quantity=1",
385
+ session_id));
386
387
m_private_key = DecodeI2PBase64(reply.Get("DESTINATION"));
388
} else {
0 commit comments