Releases: namuyan/srudp
Releases · namuyan/srudp
v0.3.7 alpha
distinctive changes
connect()
don't havelisten_port
argument.- bind pair of odd and even ports internally when use loopback address for debug.
v0.3.6 alpha
no distinctive change form v0.3.5
v0.3.5 alpha
distinctive changes
- add original socket ref to
broadcast_hook_fnc
as second argument - throw away old broadcast packet if no hook function setup
v0.3.4 alpha
Features
- Pure Python
- Usage like normal socket object
- Protocol similar to RUDP
- UDP hole punching
- high performance (4Mbps/s Up&Down when 10mb)
- ipv4/ipv6
- asyncio
- Python3.6+