245 Commits (64e4b3871a99989cd5f731e50fa0904698251148)

Author SHA1 Message Date
orignal c3a1631319 use weak_ptr for Bob's peer tests and relay tags 4 weeks ago
orignal 67763248cc add peer test session endpoint to connected recently after msg 6 and 7 4 weeks ago
orignal 262a803d10 make sure we are done with session before remving it 4 weeks ago
orignal 0912de5b77 don't connect peer test session. Use weak_ptr for seesions by hash 4 weeks ago
orignal edb2ba7107 set address when peer test msg 4 received 4 weeks ago
orignal 74f0330730 moved SendPeerTest for msgs 5,6,7 to SSU2PeerTestSession 4 weeks ago
orignal 5cd0248494 set router status to uknown if peer test msg 5 came from recently connected peer 4 weeks ago
orignal 189d7179c0 check if msg 5 was received instead state 4 weeks ago
orignal 2dfc9003a7 separate and move own peer test to SSU2Server 4 weeks ago
orignal 2c594dc67a moved peer test 5-7 to SSU2PeerTestSession 1 month ago
orignal 11bca5c3cd don't initialize Noise state for peer test sessions 1 month ago
orignal 9d1e526812 separate SSU2PeerTestSession for peer tests msgs 5,6 and 7 1 month ago
orignal 5324197e43 don't change router status if peer test came from recent endpoint 1 month ago
orignal 7ef1fdf634 exclude false position OK peer test if comes from recently connected endpoint 1 month ago
orignal 2fa4237acd renew connected receintly timestamp, add endpoint to the list if hole punch is being sent 1 month ago
orignal a723405fb0 check max RouterInfo size 1 month ago
orignal f20391d460 check if we connected recently to an endpoint before sending peer test 1 month ago
orignal 855fd4d471 eliminate extra parsing of RouterInfo coming as RouterInfo block 2 months ago
orignal cc59003560 removed C++17 check 2 months ago
orignal 11328a429d set minimal resend interval. Resend attempt after only Ack 2 months ago
orignal b306bf2db9 don't handle connect timer for already terminated session 3 months ago
orignal 8c0a1197d7 drop incoming SSU2 session from duplicated router 4 months ago
orignal 4e5f5c218a mark router as dup0licted only if address mismatch 4 months ago
orignal 64cc59d1e9 recognize duplicated routers and store duplicated flag in profile 4 months ago
orignal 0c943f4405 use received RouterInfo if older than one in netdb 4 months ago
orignal ff8941af71 check if address is still introducer before trying to introduce 4 months ago
orignal 6caec6b551 check if updated router is still introducer. Remove non-introducer sessions from introducers list 4 months ago
orignal f990a2f69f don't reply with relay tag if we are not on introducer on that address 5 months ago
orignal 0b97b4294c don't request relay tag for every session if we have enough introducers 5 months ago
orignal 6a590bf970 use std::mt19937 instead rand() 5 months ago
orignal bc8adf1433 move unsent I2NP messages to new session if replaced 5 months ago
orignal a1322d4667 move unsent I2NP messages to new session if replaced 5 months ago
orignal acbd3f897b fixed race condition between local buffer creation and sending it through the transports 5 months ago
orignal 124698854f skip resent recently sessions during resend 5 months ago
Vort ac9d92c681 select maximum SSU2 queue size depending on RTT value 7 months ago
orignal f2085ecc8d fixed warning 7 months ago
Vort d74033dd2b tune RTT calculations 7 months ago
Vort 0236769134 lower SSU2 resend traffic spikes 7 months ago
orignal 530a078535 don't request temination if session was not established 7 months ago
Vort 2d06c0cbe6 add expiration for messages in SSU2 send queue 8 months ago
orignal 1292ec67c0 check if remote router supports peer test 8 months ago
orignal f8722f17c6 pick peer test session only if Charlie's address supports peer testing 8 months ago
orignal 38cc01e13d check own peer test cap for peer test msg 2 8 months ago
orignal 6ca266ff3b reject peer test msg 2 if peer testing is not supported 8 months ago
Vort adba3987f8 logging fixes 9 months ago
orignal 96cf6ca531 drop earlier if outgoing queue is semi-full 9 months ago
orignal 0ca782ed71 drop unsent messages if session disconnects 9 months ago
orignal f008478505 handle I2NP messages drops 9 months ago
orignal 70639f1139 don't adjust clock if offsets came from same router 9 months ago
orignal 9f217f8a11 don't send expired I2NP messages 9 months ago