swift-nio-transport-services/Tests/NIOTransportServicesTests
Cory Benfield 217f948d9b
Add a bind timeout. (#54)
Motivation:

In Network.framework it is possible for a bind operation to take a while
to complete if it ends up waiting for appropriate network conditions. As
a result, unlike in the POSIX case, we need to give users the ability
to configure the maximum amount of time they'd be willing to wait for a
bind call to succeed.

Modifications:

- Add a bind timeout.

Result:

Users won't have to wait forever.
2019-08-06 11:28:44 +01:00
..
NIOTSConnectionChannelTests.swift Correctly autoRead through the pipeline (#52) 2019-07-23 14:37:49 +01:00
NIOTSEndToEndTests.swift Correctly autoRead through the pipeline (#52) 2019-07-23 14:37:49 +01:00
NIOTSEventLoopTests.swift Pass Channels down pipeline not NWConnection (#45) 2019-05-22 16:40:48 +01:00
NIOTSListenerChannelTests.swift Add a bind timeout. (#54) 2019-08-06 11:28:44 +01:00
NIOTSSocketOptionTests.swift Pass Channels down pipeline not NWConnection (#45) 2019-05-22 16:40:48 +01:00
NIOTSSocketOptionsOnChannelTests.swift Enable TCP_NODELAY by default. (#46) 2019-06-18 14:27:20 +01:00