mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-13 07:26:52 +01:00
a
This commit is contained in:
@@ -46,8 +46,8 @@ namespace MQTTSNGW
|
||||
#define MQTTSNGW_MAX_PACKET_SIZE (1024) // Max Packet size (5+2+TopicLen+PayloadLen + Foward Encapsulation)
|
||||
#define SIZE_OF_LOG_PACKET (500) // Length of the packet log in bytes
|
||||
|
||||
#define PROXY_KEEPALIVE_DURATION (900) // Secs
|
||||
#define PROXY_RESPONSE_DURATION (10) // Secs
|
||||
#define PROXY_KEEPALIVE_DURATION (900) // Seconds
|
||||
#define PROXY_RESPONSE_DURATION (10) // Seconds
|
||||
#define PROXY_MAX_RETRY_CNT (3)
|
||||
|
||||
/*=================================
|
||||
|
||||
Reference in New Issue
Block a user