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.
This commit is contained in:
Brian May
2021-11-11 07:57:42 +11:00
parent fca9bd6478
commit b896a4b7f3
5 changed files with 54 additions and 166 deletions

View File

@ -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