1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

fix value

This commit is contained in:
Jeff Becker 2018-09-23 07:44:55 -04:00
parent e47b3bf704
commit 650d13c1f9
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

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