diff options
author | teor <teor@torproject.org> | 2019-06-24 21:20:34 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-06-25 12:30:59 +1000 |
commit | c131b0763e994ea850f457319ec6d9c487760a85 (patch) | |
tree | 3bd46cb33306eef190fd09e56edeeb72e2a0294a /scripts | |
parent | 2663bca39246cdf54fe43593b2e632a7bbe9af97 (diff) | |
download | tor-c131b0763e994ea850f457319ec6d9c487760a85.tar.gz tor-c131b0763e994ea850f457319ec6d9c487760a85.zip |
stats: add comments about the required chunk structure in extra info files
These comments should prevent future instances of 30958.
And allow a larger file in practracker.
Follow up after 30958.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/maint/practracker/exceptions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/practracker/exceptions.txt b/scripts/maint/practracker/exceptions.txt index 4db452b897..ffe238a679 100644 --- a/scripts/maint/practracker/exceptions.txt +++ b/scripts/maint/practracker/exceptions.txt @@ -225,7 +225,7 @@ problem function-size /src/feature/nodelist/routerlist.c:update_extrainfo_downlo problem function-size /src/feature/relay/dns.c:dns_resolve_impl() 134 problem function-size /src/feature/relay/dns.c:configure_nameservers() 161 problem function-size /src/feature/relay/dns.c:evdns_callback() 109 -problem file-size /src/feature/relay/router.c 3510 +problem file-size /src/feature/relay/router.c 3522 problem include-count /src/feature/relay/router.c 56 problem function-size /src/feature/relay/router.c:init_keys() 252 problem function-size /src/feature/relay/router.c:get_my_declared_family() 114 |