From ffb77b2f40f1784978965479c4686b9c25eb37af Mon Sep 17 00:00:00 2001 From: orignal Date: Fri, 20 Nov 2020 20:53:41 -0500 Subject: [PATCH] support ratchets I2P encryption --- src/i2p.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i2p.cpp b/src/i2p.cpp index c2c62c6..e54b63c 100644 --- a/src/i2p.cpp +++ b/src/i2p.cpp @@ -120,7 +120,7 @@ bool StreamSessionAdapter::Start () GetArg(I2P_SAM_HOST_PARAM, I2P_SAM_HOST_DEFAULT), (uint16_t)GetArg(I2P_SAM_PORT_PARAM, I2P_SAM_PORT_DEFAULT), GetArg(I2P_SAM_MY_DESTINATION_PARAM, I2P_SAM_MY_DESTINATION_DEFAULT), - GetArg(I2P_SAM_I2P_OPTIONS_PARAM, SAM_DEFAULT_I2P_OPTIONS)); + GetArg(I2P_SAM_I2P_OPTIONS_PARAM, I2P_SAM_I2P_OPTIONS_DEFAULT)); } void StreamSessionAdapter::Stop ()