92 Commits (180fbcdac6e5120f234adf5d4cdb27dd94877ddc)

Author SHA1 Message Date
orignal dda80703d2 use same outbound tunnel for streaming as long as possible 10 years ago
orignal 29243fcb47 notify inbound tunnels update 10 years ago
orignal 2b5382ce9b pass actual LeaseSet instead of I2NP message 10 years ago
orignal b8b953a7db notify client if a stream got disconnected 10 years ago
orignal 049f022d3f pick another lease for resend 10 years ago
orignal a405a3a89a fixed infinite loop 10 years ago
orignal 7002d263ab initial connect of I2PTunnel 10 years ago
orignal 377d390dff fixed crash 10 years ago
orignal 2e1a8552bf delete deprecated SendPacket 10 years ago
orignal e09e3980c9 resend non-Acked packets together 10 years ago
orignal 053d1d22ac handle NACKs 10 years ago
orignal 921ba9a9d6 limit max number of resends 10 years ago
orignal e866243097 send buffer offset 10 years ago
orignal 297afeb07b split stream to packets 10 years ago
orignal f8ced20d1c acks and resends 10 years ago
orignal 49c57db6b7 compression threshold 10 years ago
orignal 20aa516121 fill option data for SYN packet 10 years ago
orignal 1e61cb04be reply SYN back 10 years ago
orignal e0e27047f9 increase max packet size 10 years ago
orignal 1ea26a113a send FIN in streaming thread 10 years ago
orignal 15b4dfbecb don't futher process plain Ack 10 years ago
orignal f811b19cf1 store and check remote Identity 10 years ago
orignal 57a94946d5 fixed bug with FIN message 10 years ago
orignal 462436acba handle options in proper sequence 10 years ago
orignal 4cb98757ce incoming connection to eepSite 10 years ago
orignal ed0af7b937 incoming streams support 10 years ago
orignal 2f5967537a re-create local LeaseSet only if expired 10 years ago
orignal 2200133ce3 moved LeaseSet creation away from StreamingDestination 10 years ago
orignal ee2297c851 create LeaseSet from local tunnel pool 10 years ago
orignal 8dc06ec391 load local destinations 10 years ago
orignal e50454d92e multiple local destinations 10 years ago
orignal 30b25e9eeb always pick outbound tunnel before sending packet 10 years ago
orignal ec21138bd2 specify number of hops for a tunnel pool 10 years ago
orignal 4f429b3e06 copy constructor for PrivateKeys 10 years ago
orignal 5e1f3a4939 rolled back 10 years ago
cpubug 087e61dbca fix crash 10 years ago
orignal 31295a663b common Send method 10 years ago
orignal 002b023b29 increment outgoing sequence number 10 years ago
orignal e1027ffb7b replace ReceiveQueue to std::queue 10 years ago
orignal 3cf256b769 removed sync Receive operation 10 years ago
cpubug b3ee41bd91 replace CalcuateIdentHash to identity.Hash to avoid duplication 10 years ago
orignal c600be59b1 moved encryption keys from TunnelPool to StreamingDestination 10 years ago
orignal 81e06769dc pass LocalDestination by reference 10 years ago
orignal 5ed34cc52a fixed race condition 10 years ago
orignal 086b0d5418 switch to AsyncReceive 10 years ago
orignal 06b2500347 async receive 10 years ago
orignal 129052c330 send ack after last message only 10 years ago
orignal 1bbc12b36a AsyncReceive added 10 years ago
orignal 88214a0c58 send SYN in streaming thread 10 years ago
orignal 12d40e9023 handle streaming packet in streaming thread 10 years ago