orignal
|
29d77113cc
|
memory pool for x25519 keys
|
2024-11-02 11:20:23 -04:00 |
|
orignal
|
b8d61e04f0
|
generate x25519 keys more often
|
2024-11-01 14:46:13 -04:00 |
|
orignal
|
2419f52af4
|
fixed potential race condition
|
2024-10-31 15:01:19 -04:00 |
|
orignal
|
b2a10ac82b
|
don't update found router again in RequestComplete
|
2024-10-30 22:00:12 -04:00 |
|
orignal
|
9bc595a9a2
|
eliminate extra copy
|
2024-10-29 08:41:59 -04:00 |
|
orignal
|
4c90a88b85
|
eliminate extra copy of I2NP messages list
|
2024-10-28 21:10:30 -04:00 |
|
orignal
|
23e66671c2
|
intermediate queue for transport sessions. use std::list instead std::vector for multiple I2NP messages
|
2024-10-28 20:36:50 -04:00 |
|
orignal
|
500afe745f
|
use min hole punch interval for connection attempts
|
2024-10-24 18:49:11 -04:00 |
|
orignal
|
26901e2945
|
try recently connected SSU2 address if no other transports found
|
2024-10-23 20:39:00 -04:00 |
|
orignal
|
8d1c186665
|
limited connectivity mode
|
2024-09-07 16:25:26 -04:00 |
|
orignal
|
e7423b1ffc
|
save timestamp from epoch instead local time to profiles
|
2024-08-25 19:07:01 -04:00 |
|
orignal
|
3720a5fce3
|
don't select same peer too often
|
2024-08-19 15:51:56 -04:00 |
|
orignal
|
0df895b6a7
|
check minimal router version for connected peer selection
|
2024-08-19 14:39:07 -04:00 |
|
orignal
|
32ab95478e
|
check crypto type and congestion of connected peer for tunnel
|
2024-08-18 18:34:28 -04:00 |
|
orignal
|
22dabfd79e
|
use unordered_map for excluded routers. don't request to self
|
2024-05-15 13:31:31 -04:00 |
|
orignal
|
b91f5a7430
|
fixed race condition on stop
|
2024-05-03 20:38:57 -04:00 |
|
orignal
|
8fe989050e
|
use share_ptr to store peers
|
2024-04-27 08:18:49 -04:00 |
|
orignal
|
8b7941c4ce
|
fixed typo
|
2024-04-23 18:21:25 -04:00 |
|
orignal
|
de673464d1
|
don't try to connect directy by SSU2 to unnconfirmed router if direct NTCP2 is presented
|
2024-04-23 11:40:11 -04:00 |
|
orignal
|
c5a1e8cac8
|
give preference to direct connection
|
2024-04-19 19:12:29 -04:00 |
|
orignal
|
af0d853ccd
|
some cleanup
|
2024-03-03 10:28:25 -05:00 |
|
orignal
|
20a5e19ea1
|
don't request banned router
|
2024-03-03 09:56:11 -05:00 |
|
Vort
|
d524105727
|
skip bandwidth updates in case of time going backwards
|
2024-02-20 23:27:31 +02:00 |
|
Vort
|
19e23b34da
|
add constants for congestion levels
|
2024-02-20 10:30:05 +02:00 |
|
Vort
|
d677d67676
|
implement medium congestion indication
|
2024-02-19 21:36:38 +02:00 |
|
orignal
|
d96803a290
|
always request through tunnels in case of restricted routes
|
2024-02-09 15:24:48 -05:00 |
|
orignal
|
8f28cee32f
|
drop earlier if delayed queue is semi-full
|
2024-02-01 18:55:10 -05:00 |
|
orignal
|
1e5604ed43
|
check if peer is connected before trying to connect
|
2024-01-18 19:18:51 -05:00 |
|
orignal
|
7cfcb12c7b
|
don't create peer for unreachable router
|
2024-01-16 14:33:36 -05:00 |
|
Vort
|
34d75b08dd
|
handle 'reservedrange' param properly
|
2024-01-12 17:17:16 +02:00 |
|
orignal
|
ca9782dd0d
|
handle 'reservedrange' param properly
|
2024-01-11 15:39:42 -05:00 |
|
orignal
|
083034fa35
|
send peer tests with random delays
|
2023-11-09 21:56:32 -05:00 |
|
orignal
|
0cc91dd2d2
|
don't pick too active peer
|
2023-10-15 08:31:55 -04:00 |
|
orignal
|
efdbe26755
|
try peer test again if Unknown
|
2023-09-28 18:40:51 -04:00 |
|
Vort
|
68f4961f1a
|
separate test status from network status
|
2023-07-30 15:44:16 +03:00 |
|
orignal
|
c620fc1232
|
clear unreachable flag upon succesive connect
|
2023-07-17 18:44:51 -04:00 |
|
Chad Fraleigh
|
638e9b4d7f
|
Fixed division by zero due to thread race condition.
|
2023-07-08 17:07:04 -07:00 |
|
orignal
|
bb52056aec
|
correct index for connected transport
|
2023-06-11 06:48:47 -04:00 |
|
orignal
|
8a52295882
|
make router real upon successive outgoing NTCP2 session. Eliminate static keys table
|
2023-05-06 16:43:09 -04:00 |
|
orignal
|
7c535159bc
|
static keys table
|
2023-04-30 20:05:35 -04:00 |
|
orignal
|
dc265367dc
|
drop unexpected I2NP messages
|
2023-04-20 14:23:41 -04:00 |
|
orignal
|
c22fc75370
|
set router properties from incoming connections
|
2023-04-19 19:48:09 -04:00 |
|
orignal
|
6206616347
|
don't set unreachable twice
|
2023-04-18 20:21:22 -04:00 |
|
orignal
|
b77ae08388
|
exclude previously non-reachable transports
|
2023-04-18 14:35:13 -04:00 |
|
orignal
|
527ee3b3c5
|
check if ident is unrechable only once
|
2023-04-16 08:18:41 -04:00 |
|
orignal
|
cd5bfaabb5
|
mark and check unreachable ident hashes
|
2023-04-15 22:16:31 -04:00 |
|
weko
|
354a04f0f6
|
Up level for some logs to critical
|
2023-03-31 11:29:04 +00:00 |
|
orignal
|
cd1af85e39
|
bypass slow transport sessions
|
2023-03-29 15:54:53 -04:00 |
|
R4SAS
|
86fc12e395
|
[style] clean code
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2023-02-11 09:41:51 +03:00 |
|
orignal
|
d30d1e8a7d
|
don't set unrechable for routers without published addresses
|
2023-02-06 14:18:15 -05:00 |
|