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 1e3acbf commit 3efcb28Copy full SHA for 3efcb28
Sources/System/Sockets/SocketOptions.swift
@@ -142,7 +142,7 @@ extension SocketDescriptor {
142
///
143
/// The corresponding C constant is `SO_NWRITE`.
144
@_alwaysEmitIntoClient
145
- public static var getNumByteToSend: Option { Option(_SO_NWRITE) }
+ public static var getNumBytesToSend: Option { Option(_SO_NWRITE) }
146
147
/// Linger on close if data present with timeout in seconds.
148
0 commit comments