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. |
||
|---|---|---|
| .. | ||
| NIOTSConnectionChannelTests.swift | ||
| NIOTSEndToEndTests.swift | ||
| NIOTSEventLoopTests.swift | ||
| NIOTSListenerChannelTests.swift | ||
| NIOTSSocketOptionTests.swift | ||
| NIOTSSocketOptionsOnChannelTests.swift | ||