/**
* Attempt to enable port redirection and detect public IP address contacting
- * UPnP or NAT-PMP routers on the local network. Use @addr to specify to which
+ * UPnP or NAT-PMP routers on the local network. Use addr to specify to which
* of the local host's addresses should the external port be mapped. The port
* is taken from the corresponding sockaddr_in[6] field.
*
* and the reason code can be specified.
*
* @param sched scheduler to use
- * @param main main function of the task
- * @param cls closure of task
+ * @param task main function of the task
+ * @param task_cls closure of task
* @param reason reason for task invocation
*/
void
GNUNET_SCHEDULER_add_continuation (struct GNUNET_SCHEDULER_Handle *sched,
- GNUNET_SCHEDULER_Task main,
- void *cls,
+ GNUNET_SCHEDULER_Task task,
+ void *task_cls,
enum GNUNET_SCHEDULER_Reason reason);
/**
* Compare the sin(6)_addr fields of AF_INET or AF_INET(6) sockaddr.
* @param a first sockaddr
- * @param second sockaddr
+ * @param b second sockaddr
* @returns 0 if addresses are equal, non-null value otherwise */
int
GNUNET_NAT_cmp_addr (const struct sockaddr *a, const struct sockaddr *b)
*
* @param handle the handle for UPnP object
* @param is_enabled whether enable port redirection
+ * @param doPortCheck FIXME
* @param ext_addr pointer for returning external IP address.
* Will be set to NULL if address could not be found. Don't free the sockaddr.
*/
/**
- * @file upnp.c UPnP Implementation
+ * @file upnp/upnp.c UPnP Implementation
* @ingroup core
*
* gaim