swift-nio-transport-services/Sources
Joannis Orlandos e7403c35ca
Add support for UDP clients and servers.
Motivation:

This change was made because UDP support was lacking on iOS. It's needed by my DNS client implementation, which I am in turn using for an iOS app I'm working on relying on SRV typed records.

Modifications:

Adds a NIOTSDatagramListenerBootstrap for making UDP services
Adds a NIOTSDatagramListenerChannel that accepts UDP connections
Adds a NIOTSDatagramChannel for UDP client connections
Adds a NIOTSDatagramBootstrap that can create a new UDP client
2023-08-10 14:02:19 +01:00
..
NIOTSHTTPClient Clean up imports and dependencies. (#130) 2021-09-14 10:06:42 +01:00
NIOTSHTTPServer Clean up imports and dependencies. (#130) 2021-09-14 10:06:42 +01:00
NIOTransportServices Add support for UDP clients and servers. 2023-08-10 14:02:19 +01:00