-
- Downloads
proxy: don't reinit dhtproxy multiple times and forward encrypted messages
+ Having a null dht_proxy_client can lead to using nullptr. + securedht should forward messages if we are using a proxy. + Protect callback segfault
Showing
- include/opendht/dht.h 3 additions, 0 deletionsinclude/opendht/dht.h
- include/opendht/dht_interface.h 2 additions, 0 deletionsinclude/opendht/dht_interface.h
- include/opendht/dht_proxy_client.h 1 addition, 0 deletionsinclude/opendht/dht_proxy_client.h
- include/opendht/dhtrunner.h 3 additions, 0 deletionsinclude/opendht/dhtrunner.h
- include/opendht/securedht.h 14 additions, 0 deletionsinclude/opendht/securedht.h
- src/dht_proxy_client.cpp 32 additions, 15 deletionssrc/dht_proxy_client.cpp
- src/dht_proxy_server.cpp 2 additions, 2 deletionssrc/dht_proxy_server.cpp
- src/dhtrunner.cpp 52 additions, 31 deletionssrc/dhtrunner.cpp
- src/securedht.cpp 4 additions, 1 deletionsrc/securedht.cpp
Loading
Please register or sign in to comment