pydtls/dtls/test
Ray Brown 77a50c7382 Implement and turn on the osnet demux
This change introduces a demux that uses the kernel's network stack for UDP
datagram-to-socket assignment based on packet source address (as opposed to the
forwarding strategy of the routing demux). The osnet demux is used by default
on non-Windows platforms. When possible, use of the osnet demux is preferred
over the routing demux, since it can be expected to perform better.

The unit test suite has been extended to run all tests first with the demux
selected by default for the current platform, and then with the routing demux,
if the latter differs from the former. Tests were already being run twice, first
with IPv4 and then with IPv6, and thus we now run each test four times on
Linux, twice on Windows.

All unit tests pass with both demux types.
2012-11-27 21:33:09 -08:00
..
certs SSL standard library module wire-in 2012-11-21 11:23:03 -08:00
__init__.py Initial commit: up to and including data exchange functionality 2012-10-29 12:44:24 -07:00
echo_seq.py Echo server connection timeout and monitoring 2012-11-25 13:44:55 -08:00
rl.py Certificate formatting and retrieval 2012-11-08 12:04:40 -08:00
unit.py Implement and turn on the osnet demux 2012-11-27 21:33:09 -08:00