revert modification to libutp

pull/635/head
Jeff Becker 5 years ago
parent a51f4c8328
commit 64a0664ca2
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

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

Loading…
Cancel
Save