From b01040e336d68d7bbfc6aee308e898778bf01725 Mon Sep 17 00:00:00 2001 From: Aleksandr Lysikov <lysikov@inbox.ru> Date: Thu, 16 May 2019 21:22:12 +0500 Subject: [PATCH] changed the limit_bytes type from int to size_t in dap_chain_net_srv_abstract_t --- dap_chain_net_srv_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dap_chain_net_srv_common.h b/dap_chain_net_srv_common.h index 58e94f3..6d78a73 100755 --- a/dap_chain_net_srv_common.h +++ b/dap_chain_net_srv_common.h @@ -68,7 +68,7 @@ typedef struct dap_chain_net_srv_abstract struct { int bandwith; int abuse_resistant; - int limit_bytes; + size_t limit_bytes; } vpn; /*struct { int value; -- GitLab