Skip to content

Commit 42b8e22

Browse files
milsemandfunckt
andauthored
Update Sources/System/Sockets/SocketOptions.swift
Co-authored-by: dfunckt <[email protected]>
1 parent 3efcb28 commit 42b8e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/System/Sockets/SocketOptions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ extension SocketDescriptor {
148148
///
149149
/// The corresponding C constant is `SO_LINGER_SEC`.
150150
@_alwaysEmitIntoClient
151-
public static var longerSeconds: Option { Option(_SO_LINGER_SEC) }
151+
public static var lingerSeconds: Option { Option(_SO_LINGER_SEC) }
152152

153153
//
154154
// MARK: - TCP options

0 commit comments

Comments
 (0)