summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2021-11-11 07:57:42 +1100
committerBrian May <brian@linuxpenguins.xyz>2021-11-11 08:01:15 +1100
commitb896a4b7f30eea2762d62f06f7f51e3edfedab8a (patch)
treec2c8cde16c682da35f8fb1f8718407002bc78e8a /docs
parentfca9bd64786514bbdbfe328cf962f533d2ae5912 (diff)
Remove references to legacy PyXAPI socket_ext for recvmsg
socket.recvmsg has been in Python since version 3.3 and we don't support anything older then 3.6 the server side.
Diffstat (limited to 'docs')
-rw-r--r--docs/requirements.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/requirements.rst b/docs/requirements.rst
index 49a2865..8278b31 100644
--- a/docs/requirements.rst
+++ b/docs/requirements.rst
@@ -40,11 +40,11 @@ Linux with TPROXY method
Supports:
* IPv4 TCP
-* IPv4 UDP (requires ``recvmsg`` - see below)
-* IPv6 DNS (requires ``recvmsg`` - see below)
+* IPv4 UDP
+* IPv6 DNS
* IPv6 TCP
-* IPv6 UDP (requires ``recvmsg`` - see below)
-* IPv6 DNS (requires ``recvmsg`` - see below)
+* IPv6 UDP
+* IPv6 DNS
MacOS / FreeBSD / OpenBSD / pfSense