File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 100100
101101#define MAX_CHANNEL_DATA_LENGTH (MAX_FRAME_SIZE - 9 )
102102
103- #define SEND_TIMEOUT_BASE_MILLIS 500
104- #define FLOOD_SEND_TIMEOUT_FACTOR 16 .0f
105- #define DIRECT_SEND_PERHOP_FACTOR 6 .0f
106- #define DIRECT_SEND_PERHOP_EXTRA_MILLIS 250
103+ #define SEND_TIMEOUT_BASE_MILLIS 1000
104+ #define FLOOD_SEND_TIMEOUT_FACTOR 32 .0f
105+ #define DIRECT_SEND_PERHOP_FACTOR 10 .0f
106+ #define DIRECT_SEND_PERHOP_EXTRA_MILLIS 500
107107#define LAZY_CONTACTS_WRITE_DELAY 5000
108108
109109#define PUBLIC_GROUP_PSK " izOH6cXN6mrJ5e26oRXNcg=="
Original file line number Diff line number Diff line change 4242
4343#include < helpers/BaseChatMesh.h>
4444
45- #define SEND_TIMEOUT_BASE_MILLIS 500
46- #define FLOOD_SEND_TIMEOUT_FACTOR 16 .0f
47- #define DIRECT_SEND_PERHOP_FACTOR 6 .0f
48- #define DIRECT_SEND_PERHOP_EXTRA_MILLIS 250
45+ #define SEND_TIMEOUT_BASE_MILLIS 1000
46+ #define FLOOD_SEND_TIMEOUT_FACTOR 32 .0f
47+ #define DIRECT_SEND_PERHOP_FACTOR 10 .0f
48+ #define DIRECT_SEND_PERHOP_EXTRA_MILLIS 500
4949
5050#define PUBLIC_GROUP_PSK " izOH6cXN6mrJ5e26oRXNcg=="
5151
You can’t perform that action at this time.
0 commit comments