192 Commits (1d37745c0c80b174f39f9db5e73cf79ef905f93d)

Author SHA1 Message Date
orignal 62cf83921b cumulative update from bitbucket 9 years ago
orignal bf14b7da9a move FillI2NPMessageHeader into I2NPMessage 9 years ago
orignal fbebdd3055 fixed race condition 9 years ago
orignal 2cbd6e85c6 use shared_ptr for garlic messages 9 years ago
orignal 4ed7e29896 use shared_ptr for I2NP messages through tunnels 9 years ago
orignal fcb56db224 try to pick an outbound tunnel with same endpoint instead expired 9 years ago
orignal 873754c6ca select next lease with same gateway if possible 9 years ago
orignal e8c9d2db10 double RTO after every resend attempt 9 years ago
orignal c873e9dd68 don't send reset message due problem at other side 9 years ago
orignal 2741e94a72 fixed infinite loop 9 years ago
orignal 11177d37ea send and handle RESET flag 9 years ago
orignal 451b0382ea implemented AsyncSend 9 years ago
orignal 2a23537dbd check lease expiration with threshold 9 years ago
orignal 3f4bd13091 don't wait for remote LeaseSet request complete 9 years ago
orignal 6125288e95 select really other remote lease 9 years ago
orignal 7f91c9e63e close stream is SYN has not been received 9 years ago
orignal 217ddfe98d fixed crash 9 years ago
orignal 4b47bfb5db re-request remote LeaseSet 9 years ago
orignal 5f3b17af64 better resend and tunnel reselection algorithm 9 years ago
orignal c2edbdc487 drop RTO to initial if tunnels pair changes 9 years ago
orignal 3e889ee06c resend packing with RTO interval 9 years ago
orignal 9c338a5c81 don't lost received data 9 years ago
orignal d13b4f6698 send FIN if closed by peer 9 years ago
orignal cd0933522d handle stream close depending on state 9 years ago
orignal dc599bbc63 stream status 9 years ago
orignal 4b82e90ffb send proper send time for NACK reply 9 years ago
orignal 36de881041 send close after buffer 9 years ago
orignal 9d273acd42 resend message immediately if NACK recieved 9 years ago
orignal c0043e5098 send outstanding data on close 9 years ago
orignal 0f8ea92a53 handle local destination port 9 years ago
orignal 4a6847da8d RTT 10 years ago
orignal 79087f6942 detect congesion for first message in sned queue only 10 years ago
orignal aae837f642 congesion control during retransmission 10 years ago
orignal 5887e8c8c4 slow start and congestion avoidance 10 years ago
orignal 974a7ff3f5 shared_ptr for RoutingDestination 10 years ago
orignal 192a08b5bf check tunnel status instead fidning it every time 10 years ago
orignal b3e08b2cf4 shared_ptr for tunnels 10 years ago
orignal d1d6797d3e store LeaseSet as shared_ptr 10 years ago
orignal 8a478e4616 check for max number of NACKs 10 years ago
orignal f75de6af82 window 10 years ago
orignal a061f3339e use send buffer for a stream 10 years ago
orignal 3ed1fee7ce remove stream on close 10 years ago
orignal b269bda52b shared_ptr for GarlicRouting Session 10 years ago
orignal 79e1096eca process follow-on packets with zero send stream id 10 years ago
orignal df21a067ff print out number of NACKs 10 years ago
orignal cbfe8b8232 invoke accepter after receiving remote identity 10 years ago
Francisco Blas (klondike) Izquierdo Riera 700c53e60a Fix any remaning aliasing rules with propper memcpy wrappers 10 years ago
Francisco Blas (klondike) Izquierdo Riera 1636187e26 Avoid aliasing problems by using special buf endian handling functions wrapping memcpy 10 years ago
orignal e3f077ee9a create io_service together with destination 10 years ago
orignal cfcec8229c delete non-responding streams 10 years ago