Releases: vapor-community/sockets
Releases · vapor-community/sockets
Bugfixes
0.4.0: Fixed ipv6 address handling (#31)
* Fixed ipv6 address handling * Not using ss_length as its not present on Linux * Adjusting tests * Trying to fix Linux :/ * trying things out * fixed port * Final touches * Really final touches
0.3.0: UDP Client/Server (#28)
* 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