180 Commits (e80d09aa17466c47291120a33e90c66a3abb631b)

Author SHA1 Message Date
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
orignal 4e54fbec08 delete stream from inside 10 years ago
orignal 38ee813e41 wait for all messages acked before termination of a stream 10 years ago
orignal 5e83d950f5 count NACKs in plain ack message size 10 years ago
orignal 95027930f2 send NACKs 10 years ago
orignal eb6b04d6c2 send packets of a longer message at the that time 10 years ago
orignal aca87b5fd1 remember last outgoing tunnel per stream rather than per client destination 10 years ago
orignal 0262a8b057 replaced boost::bind to std::bind 10 years ago
orignal 4bd8b44ab2 shared pointers for streams 10 years ago
orignal 65719ae645 send destination port for streaming 10 years ago
orignal 3da35c592f moved Data payload processing to StreamingDestination 10 years ago
orignal b11877d002 create streams through ClientDestination 10 years ago
orignal 4d97b0e206 moved StreamingDestination inside ClientDestination 10 years ago