move transit tunnel build requests from I2NPProtocol.cpp to TransitTunnel.cpp

This commit is contained in:
orignal
2024-11-07 19:00:11 -05:00
parent be24a3e336
commit 32921ead80
3 changed files with 279 additions and 270 deletions

View File

@@ -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);
}
}