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

Skip to content
Snippets Groups Projects
  1. Jul 31, 2004
  2. Jul 30, 2004
  3. Jul 29, 2004
  4. Jul 28, 2004
  5. Jul 27, 2004
    • jrandom's avatar
      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
    • jrandom's avatar
      new helper to read/write · 0ed95bbd
      jrandom authored and zzz's avatar zzz committed
      0ed95bbd
    • jrandom's avatar
      javadoc warning fix · c901bcf9
      jrandom authored and zzz's avatar zzz committed
      c901bcf9
    • jrandom's avatar
      ewps · 0ccf915a
      jrandom authored and zzz's avatar zzz committed
      0ccf915a
    • jrandom's avatar
      * netDb searchReply and lookup messages now contain H(peer), not the peer's full RouterInfo · 52b1c0a9
      jrandom authored and zzz's avatar zzz committed
      (making a searchReply message ~100 bytes, down from ~30KB, and the lookup message ~64 bytes, down from ~10KB)
      * when we get the netDb searchReply or lookup message referencing someone we don't know,
      we fire off a lookup for them
      * reduced some excessive padding
      * dropped the DbSearchReplyMessageHandler, since it shouldn't be used (all search replies
      should be handled by a MessageSelector built by the original search message)
      * removed some oddball constructors from the SendMessageDirectJob and SendTunnelMessageJob (always must specify a timeout)
      * refactored SendTunnelMessageJob main handler method into smaller logical methods
      52b1c0a9
    • jrandom's avatar
      increase the replenish frequency to occur every .1s · 399865e6
      jrandom authored and zzz's avatar zzz committed
      logging
      399865e6
    • jrandom's avatar
      send the full RouterInfo in the STS validation, not just the RouterIdentity... · 54aeab15
      jrandom authored and zzz's avatar zzz committed
      send the full RouterInfo in the STS validation, not just the RouterIdentity (and in turn, store that RouterInfo in the local netDb)
      logging
      54aeab15
Loading