swift-nio-transport-services/Sources/NIOTransportServices
Joannis Orlandos a22d2b1294
State Managed Listeners (#175)
* Extract the NWConnection code into StateManagedNWConnectionChannel

* Add a general setup for NWListener implementations

* Add support for UDPOptions as a NWOptionsProtocol type

* Complete the rebase to main

* Fix nits from PR review

* Clean up some of the invalid rebase
2023-07-09 07:41:03 -04:00
..
Docs.docc Drop support for Swift 5.5 (#172) 2023-04-14 17:06:35 +01:00
AcceptHandler.swift State Managed Listeners (#175) 2023-07-09 07:41:03 -04:00
NIOFilterEmptyWritesHandler.swift State Managed Listeners (#175) 2023-07-09 07:41:03 -04:00
NIOTSBootstraps.swift State Managed Listeners (#175) 2023-07-09 07:41:03 -04:00
NIOTSChannelOptions.swift Drop support for Swift 5.5 (#172) 2023-04-14 17:06:35 +01:00
NIOTSConnectionBootstrap.swift Extract the NWConnection code into StateManagedNWConnectionChannel (#174) 2023-07-08 12:41:46 +01:00
NIOTSConnectionChannel.swift State Managed Listeners (#175) 2023-07-09 07:41:03 -04:00
NIOTSErrors.swift Use Docc for documentation (#154) 2022-07-29 15:02:01 +01:00
NIOTSEventLoop.swift Use Docc for documentation (#154) 2022-07-29 15:02:01 +01:00
NIOTSEventLoopGroup.swift Remove `#if compiler(>=5.5)` (#161) 2022-10-13 12:50:25 +01:00
NIOTSListenerBootstrap.swift State Managed Listeners (#175) 2023-07-09 07:41:03 -04:00
NIOTSListenerChannel.swift State Managed Listeners (#175) 2023-07-09 07:41:03 -04:00
NIOTSNetworkEvents.swift Use underscore version of `NIOPreconcurrencySendable` to silence warning (#173) 2023-04-25 15:00:26 +02:00
SocketAddress+NWEndpoint.swift Clean up imports and dependencies. (#130) 2021-09-14 10:06:42 +01:00
StateManagedChannel.swift Extract the NWConnection code into StateManagedNWConnectionChannel (#174) 2023-07-08 12:41:46 +01:00
StateManagedListenerChannel.swift State Managed Listeners (#175) 2023-07-09 07:41:03 -04:00
StateManagedNWConnectionChannel.swift Extract the NWConnection code into StateManagedNWConnectionChannel (#174) 2023-07-08 12:41:46 +01:00
TCPOptions+SocketChannelOption.swift Extract the NWConnection code into StateManagedNWConnectionChannel (#174) 2023-07-08 12:41:46 +01:00
UDPOptions+SocketChannelOption.swift State Managed Listeners (#175) 2023-07-09 07:41:03 -04:00