diff options
author | teor <teor@torproject.org> | 2020-04-14 15:08:42 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-29 22:43:09 +1000 |
commit | bd6ab90ad4b40a64c604c1a4b6b37da6991fad9e (patch) | |
tree | 832476a193af3ecb73d6858ed532f9127eb858c5 /changes | |
parent | 3253c357eeae3434da62bf720a451aa19f0ddd32 (diff) | |
download | tor-bd6ab90ad4b40a64c604c1a4b6b37da6991fad9e.tar.gz tor-bd6ab90ad4b40a64c604c1a4b6b37da6991fad9e.zip |
core/or: Support IPv6 EXTEND2 cells
Allow clients and relays to send dual-stack and IPv6-only EXTEND2 cells.
Parse dual-stack and IPv6-only EXTEND2 cells on relays.
Relays do not make connections or extend circuits via IPv6: that's the
next step.
Closes ticket 33901.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket33901 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket33901 b/changes/ticket33901 new file mode 100644 index 0000000000..b824cc5b07 --- /dev/null +++ b/changes/ticket33901 @@ -0,0 +1,4 @@ + o Minor features (IPv6, relay): + - Allow clients and relays to send dual-stack and IPv6-only EXTEND2 cells. + Parse dual-stack and IPv6-only EXTEND2 cells on relays. + Closes ticket 33901. |