Skip to content

Releases: namuyan/srudp

v0.3.7 alpha

06 Sep 15:49
Compare
Choose a tag to compare
v0.3.7 alpha Pre-release
Pre-release

distinctive changes

  • connect() don't have listen_port argument.
  • bind pair of odd and even ports internally when use loopback address for debug.

v0.3.6 alpha

27 Aug 07:10
Compare
Choose a tag to compare
v0.3.6 alpha Pre-release
Pre-release

no distinctive change form v0.3.5

v0.3.5 alpha

19 Aug 14:29
Compare
Choose a tag to compare
v0.3.5 alpha Pre-release
Pre-release

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

13 Aug 00:54
Compare
Choose a tag to compare
v0.3.4 alpha Pre-release
Pre-release

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+