armon / bloomd

C network daemon for bloom filters
http://armon.github.io/bloomd
Other
1.24k stars 112 forks source link

Add some notes about the value of `capacity` and `prob` #41

Closed FFng closed 7 years ago

FFng commented 7 years ago

Hi, Thank you for your contributions on this awesome bloomd When I used the bloomd for some test, I noticed that I could not set the value of capacity and prob as I wanted. So I read the source code and figured out the reason. I think it's necessay to let users know the limits about the value. There for, I add some notes in the Readme file.

BTW, I am glad to send my first pull request to bloomd. Thank you again.

armon commented 7 years ago

Thanks!