Skip to content

0.3.0: UDP Client/Server (#28)

Compare
Choose a tag to compare
@czechboy0 czechboy0 released this 01 Jun 17:15
· 277 commits to master since this release
* started work on UDP, will require more changes to the interfaces

* Deleted proj

* Renaming enums to the new lower-case convention

* Also fixing tests

* Giant refactoring WIP, changed abstractions, TCP and UDP need more separation than I previously anticipated

* Fixed adjusting of SocketConfig to the resolved address family

* Updated to Swift 3 Preview 1

* UDP Server and Client working!

* Finishing up UDP, tested for leaks and performance, all looks good