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

Skip to content
Snippets Groups Projects
  • zzz's avatar
    68d25afc
    * NetDB: Prep for leasesets with different expire times · 68d25afc
    zzz authored
       - Add new I2CP RequestVariableLeaseSetMessage
       - Send RVLSM if client supports it; handle on client side;
         disabled by default for the moment.
       - Add LeaseSet.getLatestLeaseDate()
       - Check latest, not earliest, date too far in future in KNDF.validate()
       - Check latest date too far in past in KNDF.validate()
       - Only check gateway and tunnel ID for equality in OCMOSJ lease caching to reduce churn
       - Split up KNDF.validate(RI) for efficiency, don't need to check
         signature, netid, etc. before lookups, only on store
       - Remove enforeNetID config
       - Fix major bug causing newer leasesets to be treated as older, and not stored or published
       - Increase max adjustment time of earliest lease
       - TransientDataStore cleanups
       - RouterInfo and LeaseSet equals() speedups
    68d25afc
    History
    * NetDB: Prep for leasesets with different expire times
    zzz authored
       - Add new I2CP RequestVariableLeaseSetMessage
       - Send RVLSM if client supports it; handle on client side;
         disabled by default for the moment.
       - Add LeaseSet.getLatestLeaseDate()
       - Check latest, not earliest, date too far in future in KNDF.validate()
       - Check latest date too far in past in KNDF.validate()
       - Only check gateway and tunnel ID for equality in OCMOSJ lease caching to reduce churn
       - Split up KNDF.validate(RI) for efficiency, don't need to check
         signature, netid, etc. before lookups, only on store
       - Remove enforeNetID config
       - Fix major bug causing newer leasesets to be treated as older, and not stored or published
       - Increase max adjustment time of earliest lease
       - TransientDataStore cleanups
       - RouterInfo and LeaseSet equals() speedups