@@ -80,21 +80,21 @@ @"type %@! " ERRFMT, _port, _host, [_socket class], ERRPARAM]; } - (OFString*)host { - OF_GETTER(_host, false) + OF_GETTER(_host, true) } - (uint16_t)port { return _port; } - (OFTCPSocket*)socket { - OF_GETTER(_socket, false) + OF_GETTER(_socket, true) } - (int)errNo { #ifdef _WIN32