You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all i would like to thank you for creating this library, it's been a help for me already!
Is adding support for BEP0033 planned? I'm super new to Rust and thus probably can't help much. The new AnnouncePeer and GetPeers semantics sound very easy to implement, but i am not so sure about the other additions in BEP0033. I could try my hand if you're ready to read some bad Rust code ^^'
Hello @Aaron2550, thanks and I am happy it helped you.
I don't have any plans to add BEP_0033 since this implementation was mainly just built to support https://pkarr.org where all I need is BEP_0044 and BEP_0005.
I am still new to Rust as well, so feel free to submit a PR :)
Been interested in the BitTorrent protocol foe quite a while.
I was searching for a practical application of bloom filters, this issue seems like a good start.
First of all i would like to thank you for creating this library, it's been a help for me already!
Is adding support for BEP0033 planned? I'm super new to Rust and thus probably can't help much. The new AnnouncePeer and GetPeers semantics sound very easy to implement, but i am not so sure about the other additions in BEP0033. I could try my hand if you're ready to read some bad Rust code ^^'
I'll leave some links related to BEP0033 here:
The text was updated successfully, but these errors were encountered: