Sources/NIOTransportServices/NIOTSConnectionChannel.swift (5 lines): - line 443: // TODO: Support wider range of address types. - line 451: // TODO: Support wider range of address types. - line 511: // TODO: We would ideally support all of IOData here, gotta work out how to do that without HOL blocking - line 572: // TODO: Can we do something sensible with these numbers? - line 586: // TODO: Does this drop the connection fully, or can we keep receiving data? Must investigate. Sources/NIOTransportServices/SocketAddress+NWEndpoint.swift (2 lines): - line 39: // TODO: We should check whether we can reliably pull an interface declaration out - line 73: // TODO: We'll want to get rid of this when we support returning NWEndpoint directly from Sources/NIOTransportServices/NIOTSListenerChannel.swift (2 lines): - line 157: // TODO: implement - line 180: // TODO: Many more channel options, both from NIO and Network.framework. Sources/NIOTransportServices/StateManagedChannel.swift (1 line): - line 149: // TODO: does this need to do anything more than this?