@@ -199,13 +199,13 @@ port: (uint16_t)port; /*! * @brief Listen on the socket. * - * @param backLog Maximum length for the queue of pending connections. + * @param backlog Maximum length for the queue of pending connections. */ -- (void)listenWithBackLog: (int)backLog; +- (void)listenWithBacklog: (int)backlog; /*! * @brief Listen on the socket. */ - (void)listen;