From 2d5c6310a98acfbf4bb3052fa2789d312e56a499 Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Sat, 21 Aug 2010 21:31:55 +0000 Subject: [PATCH] * SSDP_IPV6_SITELOCAL: new macro. Patch submitted by Ronan Menard. git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/branches/branch-1.6.x@569 119443c7-1b9e-41f8-b6fc-b9c35fce742c --- ChangeLog | 5 +++++ upnp/src/inc/ssdplib.h | 17 +++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index edf3233..7f0c875 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ Version 1.6.7 ******************************************************************************* +2010-08-21 Marcelo Jimenez + * SSDP_IPV6_SITELOCAL: new macro. + + Patch submitted by Ronan Menard. + 2010-08-21 Marcelo Jimenez * The scope of the macro NUM_HANDLE is now restricted to upnpapi.c. diff --git a/upnp/src/inc/ssdplib.h b/upnp/src/inc/ssdplib.h index a187aef..d99ade3 100644 --- a/upnp/src/inc/ssdplib.h +++ b/upnp/src/inc/ssdplib.h @@ -82,14 +82,15 @@ typedef enum SsdpCmdType{ /* Constant */ -#define BUFSIZE 2500 -#define SSDP_IP "239.255.255.250" -#define SSDP_IPV6_LINKLOCAL "FF02::C" -#define SSDP_PORT 1900 -#define NUM_TRY 3 -#define NUM_COPY 1 -#define THREAD_LIMIT 50 -#define COMMAND_LEN 300 +#define BUFSIZE 2500 +#define SSDP_IP "239.255.255.250" +#define SSDP_IPV6_LINKLOCAL "FF02::C" +#define SSDP_IPV6_SITELOCAL "FF05::C" +#define SSDP_PORT 1900 +#define NUM_TRY 3 +#define NUM_COPY 1 +#define THREAD_LIMIT 50 +#define COMMAND_LEN 300 /* can be overwritten by configure CFLAGS argument */ #ifndef X_USER_AGENT