diff options
author | Glyph <glyph@twistedmatrix.com> | 2016-12-11 01:44:02 -0800 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-12-11 11:10:32 +0100 |
commit | 6e18805ac2906ea52d2374024392332af1a603b7 (patch) | |
tree | 317d4b44e55b4a1467f24b1a390699337b44cf7d | |
parent | Merge pull request #1684 from matrix-org/rav/no_run_tox_from_setup (diff) | |
download | synapse-6e18805ac2906ea52d2374024392332af1a603b7.tar.xz |
IPv6 support for client.py
This is an (untested) general sketch of how to use wrapClientTLS to implement TLS over IPv6, as well as faster connections over IPv4.
-rw-r--r-- | synapse/http/client.py | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/synapse/http/client.py b/synapse/http/client.py |