mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 03:37:49 +02:00
Fix values
This commit is contained in:
parent
d930947853
commit
4032a611bf
9 changed files with 22 additions and 23 deletions
|
@ -25,7 +25,7 @@ namespace client
|
|||
// for HTTP tunnels
|
||||
const char X_DOTNET_DEST_HASH[] = "X-DOTNET-DestHash"; // hash in base64
|
||||
const char X_DOTNET_DEST_B64[] = "X-DOTNET-DestB64"; // full address in base64
|
||||
const char X_DOTNET_DEST_B32[] = "X-DOTNET-DestB32"; // .b32.dotnet address
|
||||
const char X_DOTNET_DEST_B32[] = "X-DOTNET-DestB32"; // .dot.net address
|
||||
|
||||
class DotNetTunnelConnection: public DotNetServiceHandler, public std::enable_shared_from_this<DotNetTunnelConnection>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue