summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorJesper Jensen <jesper@slashwin.dk>2021-10-16 20:16:38 +0200
committerJesper Jensen <jesper@slashwin.dk>2021-10-16 20:16:38 +0200
commitef39868b6bffa3030c7cbc083df1301849fba0f7 (patch)
treede9e20f8edd096a44448af17cde5552c904c52bf /src/proto.h
parent2d8a92e57d68325994ac402d25b0b140a1534467 (diff)
Add find_node query
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proto.h b/src/proto.h
index 3ca7fc7..76718de 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -9,8 +9,8 @@
#define MAX_DISC 32
#define MAX_INFLIGHT 32
-#define PROTO_UNCTM 900
-#define PROTO_TMOUT 60
+#define PROTO_UNCTM 60
+#define PROTO_TMOUT 5
struct ping {
struct nodeid remote_id;