Parallelize src/test/test into chunks.
[tor.git] / changes / bug28525
blob988ffb2192e63173747afdd0950eb18dca12d0e7
1   o Minor features (address selection):
2     - Make Tor aware of the RFC 6598 (Carrier Grade NAT) IP range, which is the
3       subnet 100.64.0.0/10. This is deployed by many ISPs as an alternative to
4       RFC 1918 that does not break existing internal networks. This patch fixes
5       security issues caused by RFC 6518 by blocking control ports on these
6       addresses and warns users if client ports or ExtORPorts are listening on
7       a RFC 6598 address. Closes ticket 28525. Patch by Neel Chauhan.