commit 4b5db4e993c589543820eef07731f621b3e205ca Author: Pili Guerra pili@piliguerra.com Date: Mon Mar 9 15:14:55 2020 +0100
Add task links to IPv6 project --- content/gsoc/tor-relay-ipv6-support/contents.lr | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+)
diff --git a/content/gsoc/tor-relay-ipv6-support/contents.lr b/content/gsoc/tor-relay-ipv6-support/contents.lr index e94d0b7..d28a631 100644 --- a/content/gsoc/tor-relay-ipv6-support/contents.lr +++ b/content/gsoc/tor-relay-ipv6-support/contents.lr @@ -72,6 +72,31 @@ Recommended:
See our [Getting Started](https://gitweb.torproject.org/tor.git/tree/doc/HACKING/GettingStarted.md) document for more information.
+Once you have completed the above tasks, you may wish to move on to the following initial tasks for the project. + +### Initial Tasks + +* [Use Authority Addresses for Socket-Based Address Detection](https://gitweb.torproject.org/torspec.git/tree/proposals/312-relay-auto-ipv6...). +* [Add IPv6 Support to is_local_addr()](https://gitweb.torproject.org/torspec.git/tree/proposals/312-relay-auto-ipv6...). +* [Add a BandwidthStatistics option](https://gitweb.torproject.org/torspec.git/tree/proposals/313-relay-ipv6-stat...). +* [Close Existing Connections Before Testing Reachability](https://gitweb.torproject.org/torspec.git/tree/proposals/311-relay-ipv6-reac...). +* [Add unit tests or chutney tests for IPv6Traffic](https://trac.torproject.org/projects/tor/ticket/31543). + +### Main Tasks + +* [Add IPv6 Support to AuthDirMaxServersPerAddr](https://gitweb.torproject.org/torspec.git/tree/proposals/312-relay-auto-ipv6...). +* [Use Authenticated NETINFO Cells to Discover Relay IP Addresses](https://gitweb.torproject.org/torspec.git/tree/proposals/312-relay-auto-ipv6...). +* [Chutney tests for IPv6-only bridge clients](https://trac.torproject.org/projects/tor/ticket/20068). +* [IPv6 Exits succeed on Travis Linux, but Travis Linux doesn't support IPv6](https://trac.torproject.org/projects/tor/ticket/30182). + +### Stretch Goals + +* [Close Existing Connections Before Testing Reachability](https://gitweb.torproject.org/torspec.git/tree/proposals/311-relay-ipv6-reac...). +* [Use Add IPv6 DNS Support via the Libevent DNS API](https://gitweb.torproject.org/torspec.git/tree/proposals/312-relay-auto-ipv6...). +* [Discovered Addresses as the Default OutboundBindAddress](https://gitweb.torproject.org/torspec.git/tree/proposals/312-relay-auto-ipv6...). +* [Make chutney check for relay microdescriptors before verifying](https://trac.torproject.org/projects/tor/ticket/33428). +* [chutney doesn't verify using IPv6 addresses](https://trac.torproject.org/projects/tor/ticket/17011). + ## Links/Resources
### Technical Proposals
tor-commits@lists.torproject.org