@@ -28,11 +28,11 @@ /** * Bind socket on the specified node and service. * * \param service The service to bind * \param node The node to bind to - * \param protocol The protocol to use (AF_INET or AF_INET6) + * \param family The family to use (AF_INET or AF_INET6) */ - bindService: (OFString*)service onNode: (OFString*)node withFamily: (int)family;