issues
search
nitmir
/
btdht
A python implementation of the Bittorrent DHT (Distributed Hash Table)
GNU General Public License v3.0
85
stars
30
forks
source link
Update to version 0.3.3
#13
Closed
nitmir
closed
5 years ago
nitmir
commented
5 years ago
Add python 3.6 and 3.7 to script compiling wheels for windows
Fix enumerate_ids for python3
In Cython 0.28 it is now forbbiden to assign None to a int, so we use 0 instead for an address port.