I2CP option crypto.tagsToSend added for I2P tunnels

This commit is contained in:
orignal 2016-01-23 20:52:21 -05:00
parent f545e6eb27
commit f593802a51
5 changed files with 21 additions and 4 deletions

View file

@ -42,7 +42,9 @@ namespace client
const int DEFAULT_OUTBOUND_TUNNELS_QUANTITY = 5;
const char I2CP_PARAM_EXPLICIT_PEERS[] = "explicitPeers";
const int STREAM_REQUEST_TIMEOUT = 60; //in seconds
const char I2CP_PARAM_TAGS_TO_SEND[] = "crypto.tagsToSend";
const int DEFAULT_TAGS_TO_SEND = 40;
typedef std::function<void (std::shared_ptr<i2p::stream::Stream> stream)> StreamRequestComplete;
class ClientDestination: public i2p::garlic::GarlicDestination,