Skip to content

Commit

Permalink
support ratchets I2P encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed Nov 21, 2020
1 parent 53de425 commit ffb77b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i2p.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit ffb77b2

Please sign in to comment.