@@ -26,12 +26,12 @@ /** * \brief A class which provides functions to create and use TCP sockets. */ @interface OFTCPSocket: OFSocket { - struct sockaddr *saddr; - socklen_t saddr_len; + struct sockaddr *sockAddr; + socklen_t sockAddrLen; } /** * Connect the OFTCPSocket to the specified destination. *