summaryrefslogtreecommitdiff
path: root/core/Lossless_UDP.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/Lossless_UDP.c')
-rw-r--r--core/Lossless_UDP.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Lossless_UDP.c b/core/Lossless_UDP.c
index 7513e5b4..bcbfb18a 100644
--- a/core/Lossless_UDP.c
+++ b/core/Lossless_UDP.c
@@ -40,10 +40,10 @@
40#define CONNEXION_TIMEOUT 10 40#define CONNEXION_TIMEOUT 10
41 41
42//initial amount of sync/hanshake packets to send per second. 42//initial amount of sync/hanshake packets to send per second.
43#define SYNC_RATE 50 43#define SYNC_RATE 10
44 44
45//initial send rate of sync packets when data is being sent/recieved. 45//initial send rate of data.
46#define DATA_SYNC_RATE 200 46#define DATA_SYNC_RATE 30
47 47
48typedef struct 48typedef struct
49{ 49{