aboutsummaryrefslogtreecommitdiff
path: root/src/bne.c
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2021-08-16 21:35:20 +1000
committerDavid Timber <mieabby@gmail.com>2021-08-16 21:35:20 +1000
commita161674bcee21384a73834e3ca16ad3bf1c70cf3 (patch)
tree3a42a20055ce6bed9eb679e1bd169a03b0ae5528 /src/bne.c
parentf8afe0c17c248e7eda1be258786a089f5bf6c3bf (diff)
Protocol change: change hostinfo uptime ...
* Change hostinfo parent_uptime and child_uptime to uint32_t (138 years is a long time)
Diffstat (limited to 'src/bne.c')
-rw-r--r--src/bne.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bne.c b/src/bne.c
index d899864..1e8f0e1 100644
--- a/src/bne.c
+++ b/src/bne.c
@@ -26,7 +26,7 @@ static const struct timespec BNE_SCK_OP_TIMEOUT = { 30, 0 }; // 30s
static const struct timespec BNE_CLOSE_OP_TIMEOUT = { 1, 0 }; // 1s
static const struct timespec BNE_ERR_PAUSE = { 0, 500000000 }; // 500ms
static const struct timespec BNE_PROMPT_PAUSE = { 4, 0 }; // 4s
-static const uint64_t BNE_M2M_UPBIN_INT = 43200; // 12 hours
+static const uint32_t BNE_M2M_UPBIN_INT = 43200; // 12 hours
static const size_t BNE_STDIO_IB_SIZE[] = {
#if !PRNE_USE_MIN_MEM