1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-30 08:24:20 +00:00

support ratchets I2P encryption

This commit is contained in:
orignal 2020-11-20 20:53:41 -05:00
parent 53de42565e
commit ffb77b2f40

View File

@ -120,7 +120,7 @@ bool StreamSessionAdapter::Start ()
GetArg(I2P_SAM_HOST_PARAM, I2P_SAM_HOST_DEFAULT), GetArg(I2P_SAM_HOST_PARAM, I2P_SAM_HOST_DEFAULT),
(uint16_t)GetArg(I2P_SAM_PORT_PARAM, I2P_SAM_PORT_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_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 () void StreamSessionAdapter::Stop ()