diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2012-10-30 14:45:33 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2012-10-30 14:45:33 +0000 |
commit | 5fc2d07d025fca9a19abd09caa8b7de2ab8911ed (patch) | |
tree | 50c9702a5e9a837df0ebd6cae9385e0f872ec7af /src | |
parent | 4e0d40f034745f3867def4dfb8290146e95a252c (diff) |
Move comment about message interval to the right place
Diffstat (limited to 'src')
-rw-r--r-- | 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; |