146bbf67f8
SSU2: Add state lookup by conn ID
...
As fallback for failed lookup by RemoteHostId.
This will eventually be the primary lookup after most traffic is SSU2.
For now, only used to receive traffic from a peer that changed IP/port.
SSU 1/2 send destroy when replacing old session with new.
Prep for full SSU2 connection migration.
2022-07-31 11:34:55 -04:00
b606c2084b
LogManager: Prevent hangs at shutdown on Mac after dock right-click-quit (Gitlab #363 )
2022-07-29 12:23:34 -04:00
c1efe6daab
Merge pull request #27 from mehdie79/master
...
Fix errors in HACKING.md
2022-07-28 14:23:49 -04:00
4bdb7d752f
SSU2: Send response to path challenge
2022-07-27 11:48:27 -04:00
6d9aca9d9b
SSU2: Path challenge/response block types
2022-07-27 11:43:00 -04:00
e250531174
SSU2: Stub out path challenge/response
2022-07-27 10:56:18 -04:00
5948a7dec3
SSU: Only decrease MTU if the retransmitted packet was large
2022-07-27 10:30:56 -04:00
4e4718b3b1
NetDB: Publish ff stats based on current caps, not previous
...
Comment out unused contact property
2022-07-27 09:34:02 -04:00
d94ff6ad86
Router: Log warning if no family keys loaded
2022-07-27 09:16:01 -04:00
e4a8a6492d
SSU2: Send termination in response to termination
2022-07-26 09:51:41 -04:00
17695915fa
SSU2: Fix bitfield shifts of 256 or more
2022-07-25 13:17:56 -04:00
69adf84363
Console: Fix saving flat clients.config file
...
when in portable configuration and changing the
launch browser on startup setting on /configservice
ref: http://zzz.i2p/topics/3347
2022-07-21 09:19:25 -04:00
af8272b970
SSU: Reduce max establishment time
2022-07-19 12:08:26 -04:00
5355ee7740
SSU2: Shorten token expiration based on cache size
2022-07-19 11:55:59 -04:00
02cd83187b
GeoIP: Don't lookup route48 addresses
2022-07-19 11:21:12 -04:00
f5ca15c28d
SSU2: Retransmit session confirmed after receiving apparent retransmitted session created
...
Retransmit handshake messages faster and expire faster (SSU 1/2)
log tweaks
2022-07-19 11:17:54 -04:00
b7db6ae77c
SSU2: Fix storage/checking of local firewalled IP address/port in token file
2022-07-19 11:15:24 -04:00
4aa6ee2308
Merge branch 'master' of i2pgit.org:i2p-hackers/i2p.i2p
2022-07-17 15:34:48 -04:00
21dc07bf5a
add note about possible need for Java 17 options to startapp.sh
2022-07-17 15:34:25 -04:00
4a6fe9b291
Merge branch 'docker_updates' into 'master'
...
Switch to OpenJDK17
See merge request i2p-hackers/i2p.i2p!61
2022-07-17 19:33:23 +00:00
8aef6ce292
SSU2: MTU and other fixes
...
Use minimum MTU for IPv6 session confirmed to avoid PMTU issues
Set default MTU for known IPv6 tunnel brokers
Check for s mismatch in session confirmed RI
Don't put DateTime block after Termination block
Fix first message failed check
Log sent data packet size
Log tweaks
2022-07-17 11:28:00 -04:00
c9cf208de7
Fix errors in HACKING.md
2022-07-17 01:45:55 -07:00
097fa34e91
SSU2: Send retry with termination block on clock skew
2022-07-15 15:03:22 -04:00
c2ffcb8512
SSU2: Don't rectify MTUs to mod 16 in SSU2 addresses
...
Set max MTU for range48.org brokered addresses
Limit MTU for brokered addresses in UDPAddress also
2022-07-15 08:51:43 -04:00
2432680ed3
SSU2: Fail session if first outbound message fails
...
Reduce max consecutive message failures to fail session (SSU 1/2)
Set peer as unreachable for these failures
Reduce max consectutive session confirmed retransmissions
Fix session confirmed retransmission timing
Respond to relay tag request in data phase
Log tweaks
2022-07-12 07:29:20 -04:00
8e985eb951
SSU2: Fix NACK handling when higher than previous highest acked
...
was treating them as acks
2022-07-10 13:01:56 -04:00
a18a5136b7
Console: Only display news if a new entry is found
...
not simply when a new file is downloaded
2022-07-09 09:41:13 -04:00
73c8ee826e
SSU2: Support other reason codes in destroy message
2022-07-09 07:31:46 -04:00
2a4ab118de
SSU2: Persist SSU2 tokens
...
Move establisher and packet handler initialization
to after the address initialization
2022-07-08 14:12:31 -04:00
70596d0548
SSU: Initialize MTUs
...
SSU2: Don't log MTU warning at startup
Remove unused dropPeerCapacities()
2022-07-08 11:13:58 -04:00
6ede06cfdf
SSU2: Send termination before dropping session after failure to get Session Confirmed ack
2022-07-08 11:09:58 -04:00
8818c78cbd
Transport: Don't lookup RI in wasUnreachable()
...
to reduce netdb lookups
2022-07-08 10:00:04 -04:00
9489b41cb7
Util: Fix UnmodifiableSortedSet compiler warnings
2022-07-05 12:02:28 -04:00
9a9722dd3e
SSU2: Fix peer test throttling
...
Only throttle messages 1 and 2
Send limit response on throttle
Throttle IPv6 based on first 8 bytes only
2022-07-05 07:37:51 -04:00
ec3a88dc34
Console: Add cancel button to netdb search form
2022-07-04 08:32:16 -04:00
4e21fe74e5
NetDB: Lookup handling cleanups
...
Allow lookups of our RI even when hidden
Consolidate routerHash() calls
Remove unused router.publishUnreachableRouters option, was default true
2022-07-04 08:30:21 -04:00
9dc8ca4edb
Merge branch 'jbigi-apple-silicon' into 'master'
...
jbigi for Apple silicon
See merge request i2p-hackers/i2p.i2p!63
2022-07-03 12:46:31 +00:00
efc3b847ac
jbigi for Apple silicon
2022-07-03 13:43:29 +01:00
3701cf9782
Merge branch 'gmp-patch-x18' into 'master'
...
Add ability to apply patches to GMP. Apply fix for x18 register. Run GMP tests after build.
See merge request i2p-hackers/i2p.i2p!62
2022-07-03 11:48:36 +00:00
a171d71bbe
Add ability to apply patches to GMP. Apply fix for x18 register. Run GMP tests after build.
2022-07-03 11:09:01 +01:00
a6ef362ad7
Switch to OpenJDK17
2022-07-02 16:31:35 +00:00
c2f3732469
Merge branch 'jbigi-mac-arm64' into 'master'
...
JBigi build changes for M1
See merge request i2p-hackers/i2p.i2p!60
2022-07-02 13:11:54 +00:00
454cd6bda6
JavaVM framework isn't a thing anymore
2022-07-02 13:22:28 +01:00
740c7fad4d
SSU: Remove copy of peers in idle timeout checker
...
Just iterate through the main map.
Log tweaks
2022-06-30 18:22:53 -04:00
c875f1d105
SSU2: Fix last check of local RI for relay
...
Expire relay token quickly
Log tweaks
2022-06-30 17:15:33 -04:00
43945dcbbf
fix dark them address book css. closes #343
2022-06-26 12:28:03 -04:00
3c7659277d
SSU: MTU fixes for IPv6 and SSU2
...
Fix setting local IPv6 MTU when firewalled
Fix publishing MTU when firewalled or hidden
Save local MTU when changing addresses, not when publishing
Add SSU2 MTU methods (no mod 16 required)
Allow MTU up to 1500 for SSU2 transport style
Disable SSU2 at startup if local MTU too low
2022-06-25 13:14:59 -04:00
26cffabf86
Build: Update GMP download script to 6.2.1
2022-06-25 08:33:32 -04:00
897338b790
SSU2: Add checks of peer test msg 1 IP/port
2022-06-24 16:56:47 -04:00
ac3fc6a0d8
JBigI: Drop 32-bit OSX libs
2022-06-23 12:29:46 -04:00