mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
move transit tunnel build requests from I2NPProtocol.cpp to TransitTunnel.cpp
This commit is contained in:
@@ -108,6 +108,9 @@ namespace tunnel
|
||||
const i2p::data::IdentHash& nextIdent, uint32_t nextTunnelID,
|
||||
const i2p::crypto::AESKey& layerKey, const i2p::crypto::AESKey& ivKey,
|
||||
bool isGateway, bool isEndpoint);
|
||||
|
||||
void HandleShortTransitTunnelBuildMsg (uint8_t * buf, size_t len);
|
||||
void HandleVariableTransitTunnelBuildMsg (uint8_t * buf, size_t len);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user