summaryrefslogtreecommitdiff
path: root/toxcore/ping.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-01-25 21:09:26 -0500
committerirungentoo <irungentoo@gmail.com>2014-01-25 21:09:26 -0500
commit86ba73519848011bacd3cdd690eeaf402af21989 (patch)
tree85a4e4400d4995017589425d52ff4ce2367defdf /toxcore/ping.c
parent0d53abebcdea36adc509ee46e2bfdacea41ac5e4 (diff)
Improved hole punching a bit.
Diffstat (limited to 'toxcore/ping.c')
-rw-r--r--toxcore/ping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/ping.c b/toxcore/ping.c
index a37b531d..6b1b906a 100644
--- a/toxcore/ping.c
+++ b/toxcore/ping.c
@@ -35,7 +35,7 @@
35#include "network.h" 35#include "network.h"
36#include "util.h" 36#include "util.h"
37 37
38#define PING_NUM_MAX 384 38#define PING_NUM_MAX 512
39 39
40/* Ping newly announced nodes to ping per TIME_TOPING seconds*/ 40/* Ping newly announced nodes to ping per TIME_TOPING seconds*/
41#define TIME_TOPING 5 41#define TIME_TOPING 5