SSU: Add support for IPv6 SSU Peer Testing

(ticket #1752; proposal #126)
In PeerTestManager, this is simply the removal of v6 restrictions,
and the tracking of whether we are testing v4 or v6.
In UDPTransport, track v4 and v6 peer tests separately.
This commit is contained in:
zzz
2016-06-25 21:25:12 +00:00
parent 2506f6b143
commit 2c3311b471
5 changed files with 170 additions and 76 deletions

View File

@@ -1,3 +1,6 @@
2016-06-26 zzz
* SSU peer testing: Add implementation (ticket #1752; proposal #126)
2016-06-22 zzz
* SSU peer testing:
- Forget the test and don't keep retransmitting to Charlie