aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2022-08-11Tune congestion control parameters.Mike Perry
2022-08-11Reduce the number of vegas parameters.Mike Perry
2022-08-11Reset the min value if we hit cwnd_min.Mike Perry
2022-08-11Use EWMA instead of bare rtt for min rtt.Mike Perry
2022-08-11Create slow-start max for n_ewma_cnt.Mike Perry
2022-08-11Implement RFC3742 Limited Slow StartMike Perry
2022-08-02Merge branch 'maint-0.4.6' into maint-0.4.7David Goulet
2022-08-02Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-08-02Merge branch 'tor-gitlab/mr/608' into maint-0.4.5David Goulet
2022-08-02Merge branch 'maint-0.4.6' into maint-0.4.7David Goulet
2022-08-02Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-08-02relay: Don't send DESTROY remote reason backward or forwardDavid Goulet
2022-08-02Add an underflow check to a cwnd error condition.Mike Perry
2022-08-01conn: Notify btrack subsys on normal OR conn closeDavid Goulet
2022-07-27Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-07-27Merge branch 'maint-0.4.6' into maint-0.4.7David Goulet
2022-07-27Merge branch 'tor-gitlab/mr/605' into maint-0.4.5David Goulet
2022-07-27Fix a check, make a netflow padding function more safe.Nick Mathewson
2022-07-27relay: Use remote reason when sending back a DESTROYDavid Goulet
2022-07-26Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-07-26Merge branch 'maint-0.4.6' into maint-0.4.7David Goulet
2022-07-26relay: Send DESTROY cell instead of TRUNCATED cellDavid Goulet
2022-06-17Fix for RTT calculation hang during congestion control.Mike Perry
2022-06-15Demote "Unexpected path length" log to info.Mike Perry
2022-06-15Demote a warning about finding hops in path if no dir info.Mike Perry
2022-06-02Demote log message to info.Mike Perry
2022-04-26Bug 40598: Demote warn log about odd path lengths with congestion control.Mike Perry
2022-04-14Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-04-14Merge branch 'tor-gitlab/mr/491' into maint-0.4.5David Goulet
2022-03-16Merge branch 'tor-gitlab/mr/490'David Goulet
2022-03-14Emit control port notification for XON/XOFFMike Perry
2022-03-03Make a check for origin circuit explicit.Mike Perry
2022-03-03Ensure CIRC_BW event is emitted immediately upon slow start exit.Mike Perry
2022-03-03Add congestion control fields to CIRC_BW control port eventMike Perry
2022-02-25Fix typosDimitris Apostolou
2022-02-23Merge branch 'tor-gitlab/mr/488'David Goulet
2022-02-23cc: Fix memleak when building extension responseDavid Goulet
2022-02-22Add test for circuit_sendme_cell_is_next() when sendme_inc is 100.Mike Perry
2022-02-22Add a delta parameter to Vegas.Mike Perry
2022-02-22Exit slow start at the gamma thresholdMike Perry
2022-02-22Increment by at least 2 sendme_incs in slow startMike Perry
2022-02-22Only apply more frequent cwnd updates after slow start.Mike Perry
2022-02-22Make N_EWMA a percentage of CWND update rate, capped by a max value.Mike Perry
2022-02-22Relocate two parameters from circuit scope to global scope.Mike Perry
2022-02-22Guard against 0 time delta in BDP calc.Mike Perry
2022-02-22Increase RTT ratio used to detect monotime jumps/stalls.Mike Perry
2022-02-22Fix NULL pointer deref in logsMike Perry
2022-02-22Properly compute the number or recv cells from deliver_windowMike Perry
2022-02-22Use path type hint for Vegas queue parameters.Mike Perry
2022-02-22Set new defaults for congestion control parameters.Mike Perry