diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-05-15 15:13:08 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-05-15 15:13:08 +0300 |
commit | a7779df84c97acf3f245786566bd72dd9968b99f (patch) | |
tree | 348bce69edf983040000cebb12322230b13b4fac /changes | |
parent | f664c0c31885eac5d36298772d4ecf2e10a10021 (diff) | |
parent | 5f47d582d50134d9504ec8e7a912887829904c8a (diff) | |
download | tor-a7779df84c97acf3f245786566bd72dd9968b99f.tar.gz tor-a7779df84c97acf3f245786566bd72dd9968b99f.zip |
Merge branch 'bug29085_rebase'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29085 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug29085 b/changes/bug29085 new file mode 100644 index 0000000000..b17c06378f --- /dev/null +++ b/changes/bug29085 @@ -0,0 +1,4 @@ + o Code simplification and refactoring (circuit padding): + - Avoid calling monotime_absolute_usec() in circuit padding machines + that do not use token removal or circuit RTT estimation. Fixes bug + 29085; bugfix on 0.4.0.1-alpha. |