diff --git a/Sources/TCPSocket.swift b/Sources/TCPSocket.swift index 7a02492..ef40d37 100644 --- a/Sources/TCPSocket.swift +++ b/Sources/TCPSocket.swift @@ -11,7 +11,7 @@ import Foundation /// Class wrapping around TCP/IPv6 socket public final class TCPSocket { /// The file descriptor number for socket - let fileDescriptor: Int32 + var fileDescriptor: Int32 /// Whether is this socket in block mode or not var blocking: Bool {