Signed-off-by: r4sas <r4sas@i2pmail.org>
pull/2050/head
r4sas 1 month ago
parent c49dd712de
commit 89064b6fb4
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

@ -6,7 +6,7 @@
- Non-blocking mode for UDP sockets - Non-blocking mode for UDP sockets
- Set SSU2 socket buffer size based on bandwidth limit - Set SSU2 socket buffer size based on bandwidth limit
- Encrypted tunnel tests - Encrypted tunnel tests
- Support for multiple UDP server tunnels on one destination - Support for multiple UDP server tunnels on one destination
- Publish medium congestion indication - Publish medium congestion indication
- Local domain sockets for SOCKS proxy upstream - Local domain sockets for SOCKS proxy upstream
- Tunnel status "declined" in web console - Tunnel status "declined" in web console
@ -21,7 +21,7 @@
- Randomize tunnels selection for tests - Randomize tunnels selection for tests
### Changed ### Changed
- Upstream SOCKS proxy from SOCKS4 to SOCKS5 - Upstream SOCKS proxy from SOCKS4 to SOCKS5
- Transit tunnels limit to 4 bytes. Default value to 10K - Transit tunnels limit to 4 bytes. Default value to 10K
- Reply CANT_REACH_PEER if connect to ourselves in SAM - Reply CANT_REACH_PEER if connect to ourselves in SAM
- Don't send already expired I2NP messages - Don't send already expired I2NP messages
- Use monotonic timer to measure tunnel test latency - Use monotonic timer to measure tunnel test latency
@ -34,8 +34,8 @@
- Consider 'M' routers as low bandwidth - Consider 'M' routers as low bandwidth
- Limit minimal received SSU2 packet size to 40 bytes - Limit minimal received SSU2 packet size to 40 bytes
- Bob picks peer test session only if Charlie's address supports peer testing - Bob picks peer test session only if Charlie's address supports peer testing
- Reject peer test msg 2 if peer testing is not supported - Reject peer test msg 2 if peer testing is not supported
- Don't request termination if SSU2 session was not established - Don't request termination if SSU2 session was not established
- Set maximum SSU2 queue size depending on RTT value - Set maximum SSU2 queue size depending on RTT value
- New streaming RTT calculation algorithm - New streaming RTT calculation algorithm
- Don't double initial RTO for streams when changing tunnels - Don't double initial RTO for streams when changing tunnels
@ -48,10 +48,10 @@
### Fixed ### Fixed
- ECIESx25519 symmetric key tagset early expiration - ECIESx25519 symmetric key tagset early expiration
- Encrypted LeaseSet lookup - Encrypted LeaseSet lookup
- Outbound tunnel build fails if it's endpoint is the same as reply tunnel gateway - Outbound tunnel build fails if it's endpoint is the same as reply tunnel gateway
- I2PControl RouterManager returns invalid JSON when unknown params are passed - I2PControl RouterManager returns invalid JSON when unknown params are passed
- Mix of data between different UDP sessions on the same server - Mix of data between different UDP sessions on the same server
- TARGET_OS_SIMULATOR check - TARGET_OS_SIMULATOR check
- Handling of "reservedrange" param - Handling of "reservedrange" param
- New NTCP2 session gets teminated upon termination of old one - New NTCP2 session gets teminated upon termination of old one
- New SSU2 session gets teminated upon termination of old one - New SSU2 session gets teminated upon termination of old one

4
debian/changelog vendored

@ -4,11 +4,11 @@ i2pd (2.51.0-1) unstable; urgency=medium
-- orignal <orignal@i2pmail.org> Sat, 06 Apr 2024 16:00:00 +0000 -- orignal <orignal@i2pmail.org> Sat, 06 Apr 2024 16:00:00 +0000
i2pd (2.50.2) unstable; urgency=medium i2pd (2.50.2-1) unstable; urgency=medium
* updated to version 2.50.2/0.9.61 * updated to version 2.50.2/0.9.61
-- orignal <orignal@i2pmail.org> Sat, 06 Jan 2024 16:00:00 +0000 -- orignal <orignal@i2pmail.org> Sat, 06 Jan 2024 16:00:00 +0000
i2pd (2.50.1-1) unstable; urgency=medium i2pd (2.50.1-1) unstable; urgency=medium

Loading…
Cancel
Save