tests: Use connected UDP in `tests/udp.py`
This commit modifies the tests/udp.py
unit test in order to use UDP on
a socket that has been passed through bind(2)
and connect(2)
.
This is necessary in order to achieve tunnel isolation.
This commit modifies the tests/udp.py
unit test in order to use UDP on
a socket that has been passed through bind(2)
and connect(2)
.
This is necessary in order to achieve tunnel isolation.