mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
pass X-I2P_DestB32 and X-I2P-DestB64
This commit is contained in:
@@ -21,8 +21,8 @@ namespace client
|
||||
const int I2P_TUNNEL_DESTINATION_REQUEST_TIMEOUT = 10; // in seconds
|
||||
// for HTTP tunnels
|
||||
const char X_I2P_DEST_HASH[] = "X-I2P-DestHash"; // hash in base64
|
||||
//const char X_I2P_DEST_B64[] = "X-I2P-DestB64"; // full address in base64
|
||||
//const char X_I2P_DEST_B32[] = "X-I2P-DestB32"; // full address in base32
|
||||
const char X_I2P_DEST_B64[] = "X-I2P-DestB64"; // full address in base64
|
||||
const char X_I2P_DEST_B32[] = "X-I2P-DestB32"; // .b32.i2p address
|
||||
|
||||
class I2PTunnelConnection: public I2PServiceHandler, public std::enable_shared_from_this<I2PTunnelConnection>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user