fix previous commit

pull/16/head
Jeff Becker 6 years ago
parent 650d13c1f9
commit 468e879626
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -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 >

Loading…
Cancel
Save