Bump default delay to 120ms
authorJens Georg <mail@jensge.org>
Tue, 14 Jun 2011 06:57:53 +0000 (08:57 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Tue, 14 Jun 2011 19:23:18 +0000 (22:23 +0300)
UPnP recommends a message delay of a "few hundred milliseconds".

libgssdp/gssdp-resource-group.c

index ed49e9f..a15c53f 100644 (file)
@@ -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 */