Skip to content

Commit 242c266

Browse files
committed
Move recvmsg to requirements
1 parent 7408ab3 commit 242c266

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

docs/requirements.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,13 @@ Client side Requirements
2121
| MacOS | PF | * IPv4 TCP + You need to have the pfctl command. |
2222
+-------+--------+------------+-----------------------------------------------+
2323

24-
.. _PyXAPI: http://www.pps.univ-paris-diderot.fr/~ylg/PyXAPI/
24+
.. _PyXAPI: http://www.pps.univ-paris-diderot.fr/~ylg/PyXAPI/
25+
26+
Full UDP or DNS support with the TPROXY method requires the ``recvmsg()``
27+
syscall. This is not available in Python 2, however is in Python 3.5 and
28+
later. Under Python 2 you might find it sufficient installing PyXAPI_ to get
29+
the ``recvmsg()`` function.
30+
2531

2632
Server side Requirements
2733
------------------------

docs/usage.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@ Additional information for TPROXY
5555
---------------------------------
5656
TPROXY is the only method that supports full support of IPv6 and UDP.
5757

58-
.. _PyXAPI: http://www.pps.univ-paris-diderot.fr/~ylg/PyXAPI/
59-
60-
Full UDP or DNS support with the TPROXY method requires the ``recvmsg()``
61-
syscall. This is not available in Python 2, however is in Python 3.5 and
62-
later. Under Python 2 you might find it sufficient installing PyXAPI_ to get
63-
the ``recvmsg()`` function.
64-
6558
There are some things you need to consider for TPROXY to work:
6659

6760
- The following commands need to be run first as root. This only needs to be

0 commit comments

Comments
 (0)