From 64a0664ca28a782f7b812cb5aa51920cde8ca4c0 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Thu, 30 May 2019 07:08:20 -0400 Subject: [PATCH] revert modification to libutp --- libutp/utp_internal.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libutp/utp_internal.h b/libutp/utp_internal.h index 945df5c32..61ad9b490 100644 --- a/libutp/utp_internal.h +++ b/libutp/utp_internal.h @@ -108,9 +108,8 @@ struct UTPSocketKeyData UTPSocket *socket; utp_link_t link; }; -/** make it more for llarp */ -//#define UTP_SOCKET_BUCKETS 79 -#define UTP_SOCKET_BUCKETS ((100 * 8) - 1) + +#define UTP_SOCKET_BUCKETS 79 #define UTP_SOCKET_INIT 15 struct UTPSocketHT : utpHashTable< UTPSocketKey, UTPSocketKeyData >