Commit Graph

2308 Commits (66223792f3fdffa180d3807e58a6dad2c7f122b4)

Author SHA1 Message Date
orignal 37d3d9e604 removed openssl 1.0.2 support 3 months ago
orignal d23451fdf6 delete unused variable 4 months ago
orignal d843502832 calculate min pacing time. Return wrongly removed line 4 months ago
orignal 0428b5ece1 limit stream's outbound speed 4 months ago
orignal df787060c3 stop destination's thread before cleanup 4 months ago
orignal ea9c69cd53 some cleanup 4 months ago
orignal 199d149bed improved congestion control 4 months ago
orignal ff8941af71 check if address is still introducer before trying to introduce 4 months ago
orignal f125936b2e try to lookup other introducers' routers if found out doesn't have applicable addresses 4 months ago
orignal 457b64f92d try to connect to introducer through any available address 4 months ago
orignal 6caec6b551 check if updated router is still introducer. Remove non-introducer sessions from introducers list 4 months ago
orignal 362edc68ad removed ls's reseed 4 months ago
orignal 29872fc003 check if local address exists 4 months ago
orignal 81d383c99e don't pick routers older that 0.9.58 for client tunnels 4 months ago
orignal 12653f2fe4 don't try introducer with invalid address. Terminate session immediately if appropriate introducer not found 4 months ago
orignal 43f5ba286c update congestion caps before initial publishing 4 months ago
orignal f990a2f69f don't reply with relay tag if we are not on introducer on that address 4 months ago
orignal 0b97b4294c don't request relay tag for every session if we have enough introducers 4 months ago
orignal 4178ac8eac select newest introducers to publish 4 months ago
orignal 6a590bf970 use std::mt19937 instead rand() 4 months ago
orignal 2f847d62bb fixed typo 4 months ago
orignal df6d48dbae request only not found routers from introducers 4 months ago
orignal bacce7dc60 fixed introducer's index 4 months ago
orignal b3314380cc don't use expired introducer even if we a session with it 4 months ago
orignal d4eea61b82 use mt19937 instead rand 5 months ago
orignal a1995c13cd flood to 2 next day closest floodfills before UTC midnight 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 4100249313 removed bootstrap from floodfill. Removed requested destinations mutex 5 months ago
orignal acbd3f897b fixed race condition between local buffer creation and sending it through the transports 5 months ago
orignal 7dc5a04b8d update timestamp for non-reachable router 5 months ago
orignal 03635f4444 publish through tunnels in case of restricted routes 5 months ago
orignal 0fae04f96a update local RouterInfo timestamp by timer even in hidden mode 5 months ago
orignal bb531a878d request newly discovered routers with random intervals after exploratory 5 months ago
orignal 0f7db8e418 list of request callbacks 5 months ago
orignal 9a724b2af9 separate timer for netdb requests cleanup 5 months ago
orignal f4ea6138e8 removed non longer used mutex 5 months ago
orignal e74272781f moved exploratory to netdb requests thread 5 months ago
orignal b75e418879 request destination in netdb requests thread 5 months ago
orignal 927123188c handle onDrop for request message in nedb requests thread 5 months ago
orignal c00eb8cf44 handle requests completions in netdb requests thread 5 months ago
orignal 265bb8b779 handle DatabaseSearchReply in netdb requests thread 5 months ago
orignal e3be409945 moved netdb requests to separate thread 5 months ago
orignal 39e16824b9 reset routing path if duplicated SYN received 5 months ago
orignal 285e693a4e fixed deadlock 5 months ago
orignal 940628bf36 update LeaseSet if inbond tunnel failed 5 months ago
orignal b5994e058a increment num attempts if no reply tunnel specified 5 months ago
orignal 22dabfd79e use unordered_map for excluded routers. don't request to self 5 months ago
orignal 0e41c3fa36 resend more interval variance 5 months ago
orignal 124698854f skip resent recently sessions during resend 5 months ago
orignal f5b823a712 common code for sending netdb lookup 5 months ago
r4sas 6921c8391e
[FS] boost 1.85.0 support
Signed-off-by: r4sas <r4sas@i2pmail.org>
5 months ago
orignal 9d38facf3b 2.52.0 5 months ago
orignal b98b3a87b0 fixed race codition between RouterInfo's buffer persist and update 5 months ago
orignal 425ef2cfe5 persist routers in separate thread 5 months ago
orignal c454685605 exclude addresses with wrong keys 5 months ago
orignal c98926abf2 use mt19937 instead rand() 5 months ago
orignal 7aacc97351 initialize requests before reseeds 5 months ago
orignal c49e17ad40 use timestamp to reset rng 5 months ago
orignal 296b721929 shared_ptr for NetdbRequests 6 months ago
orignal d0cf385f4b memory pool for requested destination. Reduced request attaempts to 5 6 months ago
orignal b91f5a7430 fixed race condition on stop 6 months ago
orignal 4d8431907d use std::sample for exploratory selection if C++17 6 months ago
orignal b0cf5130a2 don't try another flloofill if request already exists 6 months ago
orignal 396aa6944d cache complete request for a while and not send the same request again 6 months ago
orignal 8a20d3219b don't build exploratory selection on each request 6 months ago
orignal 13a746162a reduce exploratory selection size 6 months ago
orignal 7e5370fbe5 check for excluded routers during exploratory 6 months ago
orignal ec59308fad return up to 16 hash in expolatory reply 6 months ago
orignal 5ed76b997c log initial destination request 6 months ago
orignal 535fbdb4c9 don't check exporatory too often 6 months ago
orignal 034332a0ef changed minimal exploratory interval to 55 seconds. added variance 6 months ago
orignal a1eac6f28e drop unsolicited database serach replies 6 months ago
orignal ba22a940f1 30 seconds timeout for exploratory requests 6 months ago
orignal 8439f6dc57 don't reply with close than us only floodfills for lookup 6 months ago
orignal a21bec0ed8 check if router if real only if tunnel build rate is low and router's profile is presented when handle exploratory request 6 months ago
orignal 5adbc2c3fe don't stop lookup if number of attempts < 3 6 months ago
orignal cdfdfc9e24 don't manage netdb is transports are not running 6 months ago
orignal 62d279e1b0 don't return routers with 'f' cap to exploratory request 6 months ago
orignal a1fcd8af39 don't accept too old RouterInfo 6 months ago
orignal 8c6c954ea2 enable previously disabled floodfill 6 months ago
orignal 77bb7432bc insert previously ecluded floodfill back when connected 6 months ago
orignal 720ffa8a31 move traverse thrugh profiles files to deleting thread 6 months ago
orignal 733a4a2869 moved save/delete profile disk oprations to separate threads 6 months ago
orignal 648a884a18 use copy of excluded peers 6 months ago
orignal 8fe989050e use share_ptr to store peers 6 months ago
orignal bb6212ccc1 fixed typo 6 months ago
orignal 5f39f65540 mutex for request's excluded peers 6 months ago
orignal 146b3f52c0 check if pool is ready before sending next request 6 months ago
orignal cc75ccd070 don't manage requests if exploratory pool is not ready. use monotonic timer and milliseconds 6 months ago
orignal 0ddc514221 don't send next request if requested destination is over 6 months ago
Vort 6592fab41c manage netDb requests more frequently 6 months ago
orignal 02895d4cf5 respond with confirmied router to exploratory lookup 6 months ago
orignal 8b7941c4ce fixed typo 6 months ago
orignal de673464d1 don't try to connect directy by SSU2 to unnconfirmed router if direct NTCP2 is presented 6 months ago
orignal 6ce2c30522 build client tunnels through confimed routers only if low rate 6 months ago
orignal c5a1e8cac8 give preference to direct connection 6 months ago
orignal f67c38d8d2 fixed typo 6 months ago
orignal 1f1a3270f7 fixed IsPublished for ipv6 6 months ago
orignal ffee29272f avoid two firewalled routers in the row 6 months ago