fix previous commit

This commit is contained in:
Jeff Becker 2018-09-23 07:48:25 -04:00
parent 650d13c1f9
commit 468e879626
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ struct UTPSocketKeyData
};
/** make it more for llarp */
//#define UTP_SOCKET_BUCKETS 79
#define UTP_SOCKET_BUCKETS ((10 * 8) - 1)
#define UTP_SOCKET_BUCKETS ((100 * 8) - 1)
#define UTP_SOCKET_INIT 15
struct UTPSocketHT : utpHashTable< UTPSocketKey, UTPSocketKeyData >