@@ -81,21 +81,21 @@ [_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