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.
2 parents b6ea945 + 9ffc731 commit 8469f2cCopy full SHA for 8469f2c
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