Skip to content

Commit

Permalink
Update Sources/System/Sockets/SocketOptions.swift
Browse files Browse the repository at this point in the history
Co-authored-by: dfunckt <[email protected]>
  • Loading branch information
milseman and dfunckt authored Mar 21, 2021
1 parent 3efcb28 commit 42b8e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/System/Sockets/SocketOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ extension SocketDescriptor {
///
/// The corresponding C constant is `SO_LINGER_SEC`.
@_alwaysEmitIntoClient
public static var longerSeconds: Option { Option(_SO_LINGER_SEC) }
public static var lingerSeconds: Option { Option(_SO_LINGER_SEC) }

//
// MARK: - TCP options
Expand Down

0 comments on commit 42b8e22

Please sign in to comment.