diff options
-rw-r--r-- | smartpen.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smartpen.cc b/smartpen.cc index 79e9a01..b03f0e5 100644 --- a/smartpen.cc +++ b/smartpen.cc @@ -26,7 +26,7 @@ #define PEN_EPOCH (1289335960000LL) // This is probably not correct #define PEN_MTU 900 -#define PEN_TIMEOUT_SECONDS 10 +#define PEN_TIMEOUT_SECONDS 30 #define INVALID_CID 0xFFFFFFFFU |