diff options
Diffstat (limited to 'facebook/facebook-mqtt.h')
-rw-r--r-- | facebook/facebook-mqtt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/facebook/facebook-mqtt.h b/facebook/facebook-mqtt.h index 52bb9cf..b6b9030 100644 --- a/facebook/facebook-mqtt.h +++ b/facebook/facebook-mqtt.h @@ -57,7 +57,7 @@ * * The level of the MQTT version. */ -#define FB_MQTT_LEVEL 3 +#define FB_MQTT_LEVEL 3 /** * FB_MQTT_KA: @@ -86,14 +86,14 @@ * The timeout, in milliseconds, to wait for a PING back from the * server. */ -#define FB_MQTT_TIMEOUT_CONN (FB_MQTT_KA * 1500) +#define FB_MQTT_TIMEOUT_CONN (FB_MQTT_KA * 1500) /** * FB_MQTT_TIMEOUT_PING: * * The timeout, in milliseconds, to send a PING to the server. */ -#define FB_MQTT_TIMEOUT_PING (FB_MQTT_KA * 1000) +#define FB_MQTT_TIMEOUT_PING (FB_MQTT_KA * 1000) /** * FB_MQTT_ERROR: |