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 b6ea945 commit 9ffc731Copy full SHA for 9ffc731
Sources/TCPSocket.swift
@@ -11,7 +11,7 @@ import Foundation
11
/// Class wrapping around TCP/IPv6 socket
12
public final class TCPSocket {
13
/// The file descriptor number for socket
14
- let fileDescriptor: Int32
+ var fileDescriptor: Int32
15
16
/// Whether is this socket in block mode or not
17
var blocking: Bool {
0 commit comments