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