I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  • jrandom's avatar
    60c7db07
    if I'm making this backwards incompatible, I might as well clean up the rest, 'eh? · 60c7db07
    jrandom authored and zzz's avatar zzz committed
    * removed SourceRouteBlock & SourceRouteReplyMessage, as they're a redundant concept
    that 1) takes up bandwidth 2) takes up CPU 3) smell funny.
    now the TunnelCreateMessage includes a replyTag, replyKey, replyTunnel, and
    replyGateway that they garlic encrypt their ACK/NACK through and with.
    
    * tunnelCreateMessage doesn't need a seperate ACK - either we get a
    TunnelCreateStatusMessage back or we don't.
    
    * message structure mods for unique tunnel ID per hop (though currently all hops have
    the same tunnel ID)
    60c7db07
    History
    if I'm making this backwards incompatible, I might as well clean up the rest, 'eh?
    jrandom authored and zzz's avatar zzz committed
    * removed SourceRouteBlock & SourceRouteReplyMessage, as they're a redundant concept
    that 1) takes up bandwidth 2) takes up CPU 3) smell funny.
    now the TunnelCreateMessage includes a replyTag, replyKey, replyTunnel, and
    replyGateway that they garlic encrypt their ACK/NACK through and with.
    
    * tunnelCreateMessage doesn't need a seperate ACK - either we get a
    TunnelCreateStatusMessage back or we don't.
    
    * message structure mods for unique tunnel ID per hop (though currently all hops have
    the same tunnel ID)