You need to sign in or sign up before continuing.
- Apr 11, 2022
- Apr 08, 2022
-
-
idk authored
-
idk authored
Overhaul CSS n New Install Wizard in order to make it less dependent on absolute positioning. Remove confusing M-Lab measurement table since the meaningful results are already populated in the configuration table. Adjust postioning of some elements on the bandwidth config pages. remove the old images from both themes.
-
idk authored
-
- Apr 06, 2022
- Apr 05, 2022
-
-
zzz authored
Arrays.hashCode() interacted badly with it, causing numerous false positives
-
zzz authored
Revert related parts of "Prep for fragmented RI", we are now fragmenting Session Confirmed instead. Fragment and send multiple Session Confirmed packets if required Reassemble Session Confirmed packets Don't process ack block identical to previous received Log tweaks bump -12
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
- Mar 31, 2022
-
-
zzz authored
-
- Mar 28, 2022
- Mar 27, 2022
-
-
zzz authored
Fix IES2 not being removed from pending after complete Don't send DSM after handshake Validate conn ID before pkt type for data pkts More log tweaks SSU: Increase min pending establish states limit (unless slow) Reduce IB establish timeout to 15s Log pending inbound establish states when limit exceeded Log tweaks to add establish state lifetime Bump -11
-
zzz authored
when loaded from router.info, and discard if invalid or when family changed. This fixes some routers out there with bad sigs. Don't loop forever through LoadRouterInfoJob.
-
zzz authored
Check cert sigs when loading, and log warning on failure
-
- Mar 26, 2022
-
-
zzz authored
-
zzz authored
Call messagePartiallyReceived() even for dups or expired messages so an ack is generated.
-
zzz authored
See previous checkin for SSU 1. This change dramatically reduces the measured RTT to get it much closer to the real RTT by reducing the ack delay. With the ack delay dependent on the measured RTT, the measured RTT will increase. Simulation results: For a denominator D in the ack delay calculation (currently 2) and a true RTT = TRTT: For D <= about 2, measured RTT -> TRTT + 2 * TRTT/D For D >= about 4, measured RTT -> TRTT + TRTT/D In other words, for D == 2, measured RTT -> 2 * TRTT. For a TRTT of 50, the measured RTT is 100. D == 2 is too small. It's been like that since 2005. Testnet results: measured RTT 80-90 This changes D to 6. measured RTT -> 6/5 * TRTT. Simulation results: For a TRTT of 50, the measured RTT is 58. Testnet results: measured RTT 60
-
zzz authored
SSU: Reduce ack delay to minimize addition to measured RTT See merge request i2p-hackers/i2p.i2p!57
-
- Mar 25, 2022
- Mar 24, 2022
- Mar 23, 2022
-
-
zzz authored
Synch fields in the data messages both directions, after one report of zero session ID in MessagePayloadMessage to an external client on fast hardware with Java 18. Add new constructors for efficiency. Deprecated setters, unit tests not changed, TODO. Should fix all the other messages also, TODO.
-
zzz authored
Store OB tokens by IP/port Centralize token generation and expiration in Establishment Manager Add methods to flush OB tokens on IP/port change Log tweaks Javadoc fix
-
- Mar 22, 2022
-
-
zzz authored
Don't overwrite an existing family keystore file Don't allow starting a new family with an existing family keystore file Don't add family to RI until we have restarted and have a keystore file Don't fail a netdb store for no family sig Don't ever fail our own netdb store for family errors, to avoid rekey/restart
-
- Mar 20, 2022
-
-
zzz authored
-
zzz authored
-
zzz authored
generate msgs 1,5-7 handle msgs 5-7 log tweaks
-
zzz authored
which bypassed all the checks in HandleFloodfillDatabaseStoreMessageJob Don't store an entry which is older
-
zzz authored
Return a result code from verify() Load all known certs at startup rather than continually reloading them Only give full verified status to known keys Enforce signatures in netdb store when key is available Show family verification status on /netdb Export our cert to disk if missing Add stormycloud family cert Bypass /24 Sybil penalty
-
- Mar 18, 2022
-
-
zzz authored
-