We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efcb28 commit 42b8e22Copy full SHA for 42b8e22
Sources/System/Sockets/SocketOptions.swift
@@ -148,7 +148,7 @@ extension SocketDescriptor {
148
///
149
/// The corresponding C constant is `SO_LINGER_SEC`.
150
@_alwaysEmitIntoClient
151
- public static var longerSeconds: Option { Option(_SO_LINGER_SEC) }
+ public static var lingerSeconds: Option { Option(_SO_LINGER_SEC) }
152
153
//
154
// MARK: - TCP options
0 commit comments