From fa3c4298c4e94c5d8a79162d3f404ee8e17ccfd6 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Mon, 15 Jan 2018 16:37:02 +0100 Subject: [PATCH] miniupnpc-async: Some comments are still in French --- miniupnpc-async/miniupnpc-async.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/miniupnpc-async/miniupnpc-async.c b/miniupnpc-async/miniupnpc-async.c index 25caf63..3d9af3c 100644 --- a/miniupnpc-async/miniupnpc-async.c +++ b/miniupnpc-async/miniupnpc-async.c @@ -984,9 +984,10 @@ int upnpc_process(upnpc_t * p) upnpc_device_t * d; /* 1) Envoyer les paquets de discovery SSDP -2) Recevoir et traiter les responses +2) Recevoir et traiter les reponses 3) recup les descriptions 4) tester les etats +TODO : translate comments to English */ if(!p) return UPNPC_ERR_INVALID_ARGS; debug_printf("state=%d socket_flags=0x%04x\n", (int)p->state, p->socket_flags);