From: Jens Georg Date: Tue, 14 Jun 2011 06:57:53 +0000 (+0200) Subject: Bump default delay to 120ms X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4127de2c764b12065ea396817e59718b12c22c1;p=profile%2Fivi%2FGSSDP.git Bump default delay to 120ms UPnP recommends a message delay of a "few hundred milliseconds". --- 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 */