diff options
Diffstat (limited to 'src/proto.h')
| -rw-r--r-- | src/proto.h | 4 |
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; |
