Basic backend for the protocol-versions voting algorithm.
commitc1be8f9d574dace9941c532ce5d612c315bc74c7
authorNick Mathewson <nickm@torproject.org>
Fri, 19 Aug 2016 22:04:02 +0000 (19 18:04 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 26 Sep 2016 17:56:49 +0000 (26 10:56 -0700)
tree75e5731d0e46c6f662ac6118ffd1bf4fa8f017c5
parent7f718c46f355e194fb6ae8c8aabb72d2492c4d3f
Basic backend for the protocol-versions voting algorithm.

[This is a brute-force method that potentially uses way too much
RAM. Need to rethink this a little. Right now you can DOS an
authority by saying "Foo=1-4294967295".]
src/or/protover.c
src/or/protover.h
src/test/test_protover.c