Merge pull request #113 from RichiH/patch-1

requirements.rst: Fix mistakes
This commit is contained in:
Brian May 2016-09-05 07:32:38 +10:00 committed by GitHub
commit 0033efca11

View File

@ -26,18 +26,19 @@ Linux with TPROXY method
Supports: Supports:
* IPv4 TCP * IPv4 TCP
* IPv4 UDP (requires ``recmsg`` - see below) * IPv4 UDP (requires ``recvmsg`` - see below)
* IPv6 DNS (requires ``recmsg`` - see below) * IPv6 DNS (requires ``recvmsg`` - see below)
* IPv6 TCP * IPv6 TCP
* IPv6 UDP (requires ``recmsg`` - see below) * IPv6 UDP (requires ``recvmsg`` - see below)
* IPv6 DNS (requires ``recmsg`` - see below) * IPv6 DNS (requires ``recvmsg`` - see below)
.. _PyXAPI: http://www.pps.univ-paris-diderot.fr/~ylg/PyXAPI/ .. _PyXAPI: http://www.pps.univ-paris-diderot.fr/~ylg/PyXAPI/
Full UDP or DNS support with the TPROXY method requires the ``recvmsg()`` Full UDP or DNS support with the TPROXY method requires the ``recvmsg()``
syscall. This is not available in Python 2, however is in Python 3.5 and syscall. This is not available in Python 2, however it is in Python 3.5 and
later. Under Python 2 you might find it sufficient installing PyXAPI_ to get later. Under Python 2 you might find it sufficient to install PyXAPI_ in
the ``recvmsg()`` function. See :doc:`tproxy` for more information. order to get the ``recvmsg()`` function. See :doc:`tproxy` for more
information.
MacOS / FreeBSD / OpenBSD MacOS / FreeBSD / OpenBSD