telepathy-idle: Move comment about message interval to the right place

Will Thompson wjt at kemper.freedesktop.org
Fri Nov 2 04:56:49 PDT 2012


Module: telepathy-idle
Branch: master
Commit: 5fc2d07d025fca9a19abd09caa8b7de2ab8911ed
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=5fc2d07d025fca9a19abd09caa8b7de2ab8911ed

Author: Will Thompson <will.thompson at collabora.co.uk>
Date:   Tue Oct 30 14:45:33 2012 +0000

Move comment about message interval to the right place

---

 src/idle-connection.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/idle-connection.c b/src/idle-connection.c
index a78a318..3fd8905 100644
--- a/src/idle-connection.c
+++ b/src/idle-connection.c
@@ -51,14 +51,13 @@
 
 #include "extensions/extensions.h"    /* Renaming */
 
+#define DEFAULT_KEEPALIVE_INTERVAL 30 /* sec */
+
 /* From RFC 2813 :
  * This in essence means that the client may send one (1) message every
  * two (2) seconds without being adversely affected.  Services MAY also
  * be subject to this mechanism.
  */
-
-#define DEFAULT_KEEPALIVE_INTERVAL 30 /* sec */
-
 #define MSG_QUEUE_TIMEOUT 2
 static gboolean flush_queue_faster = FALSE;
 



More information about the telepathy-commits mailing list