[PATCH 1/2] Bump default delay to 120ms



UPnP recommends a message delay of a "few hundred milliseconds".
---
 libgssdp/gssdp-resource-group.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libgssdp/gssdp-resource-group.c b/libgssdp/gssdp-resource-group.c
index ed49e9f..a15c53f 100644
--- a/libgssdp/gssdp-resource-group.c
+++ b/libgssdp/gssdp-resource-group.c
@@ -98,7 +98,7 @@ typedef struct {
         GSource  *timeout_src;
 } DiscoveryResponse;
 
-#define DEFAULT_MESSAGE_DELAY 20 
+#define DEFAULT_MESSAGE_DELAY 120
 #define VERSION_PATTERN "[0-9]+$"
 
 /* Function prototypes */
-- 
1.7.5.4



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]