This gist is deprecated and will not be edited in the future. Consider visit ninedraft/python-udp repo. It will not be deleted, however.
Works for python 3.7 and 2.7 for Mac OS and Linux(kernel>=3.9) hosts. If you'ra using linux(kernel<3.9), then use socket.O_REUSEADDR
instead of socket.SO_REUSEPORT
to share (host, port)
between multiple clients and servers.
Tricks and traps:
- Socket portability issues: How do SO_REUSEADDR and SO_REUSEPORT differ?;
- Awesome "Socket Programming HOWTO";
https://gist.github.com/ninedraft/7c47282f8b53ac015c1e326fffb664b5#gistcomment-3063057
Nope, you have to know the exact port your clients are listen on. Different UDP apps and protocols uses predefined ports.
Examples: https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers