diff options
Diffstat (limited to 'netcon/Intercept.h')
-rwxr-xr-x | netcon/Intercept.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/netcon/Intercept.h b/netcon/Intercept.h index 973e48eb..7a358f39 100755 --- a/netcon/Intercept.h +++ b/netcon/Intercept.h @@ -37,7 +37,9 @@ #define IDX_TIME IDX_COUNT + sizeof(int) #define IDX_PAYLOAD IDX_TIME + 20 // 20 being the length of the timestamp string -#define BUF_SZ 256 +#define BUF_SZ 256 +#define PAYLOAD_SZ 223 // BUF_SZ-IDX_PAYLOAD + #define ERR_OK 0 /* Userland RPC codes */ |