grin/servers
Gary Yu c7bb5eab27 fix: avoid duplicate connection (#2361)
* fix: avoid duplicate connection
* ignore the duplicate connecting to same peer within 10 seconds
* refactor: use hashmap instead of vector for connecting history
* remove the double checking for already connected peer on connect
* add previous connecting time to the log
* fix a mistake on shrink
* move the now() into the inter loop for accurate time
* change the minimum allowed inverval time from 10s to 30s
2019-01-14 11:44:35 -08:00
..
src fix: avoid duplicate connection (#2361) 2019-01-14 11:44:35 -08:00
tests Cleanup compiler warnings (#2323) 2019-01-10 12:18:25 -08:00
Cargo.toml Bump version to 0.5.2 for release 2019-01-11 01:26:30 +00:00