-
- Downloads
dhtproxy: inject push notifications in opendht
+ add the ability to inject push notifications in opendht to call correct callbacks + if a timeout occurs and no cancelListen was called, relaunch the listen operation + Pass devicekey to enable push notifications for DhtProxyClient + Update sockaddr to fix the build on all platforms Note: update dhtnode
Showing
- configure.ac 1 addition, 1 deletionconfigure.ac
- include/opendht/dht.h 12 additions, 1 deletioninclude/opendht/dht.h
- include/opendht/dht_interface.h 14 additions, 1 deletioninclude/opendht/dht_interface.h
- include/opendht/dht_proxy_client.h 33 additions, 7 deletionsinclude/opendht/dht_proxy_client.h
- include/opendht/dhtrunner.h 19 additions, 1 deletioninclude/opendht/dhtrunner.h
- include/opendht/securedht.h 19 additions, 2 deletionsinclude/opendht/securedht.h
- include/opendht/sockaddr.h 6 additions, 3 deletionsinclude/opendht/sockaddr.h
- src/Makefile.am 5 additions, 0 deletionssrc/Makefile.am
- src/dht_proxy_client.cpp 212 additions, 49 deletionssrc/dht_proxy_client.cpp
- src/dht_proxy_server.cpp 2 additions, 2 deletionssrc/dht_proxy_server.cpp
- src/dhtrunner.cpp 31 additions, 2 deletionssrc/dhtrunner.cpp
- tools/dhtnode.cpp 57 additions, 26 deletionstools/dhtnode.cpp
- tools/tools_common.h 5 additions, 0 deletionstools/tools_common.h
Loading
Please register or sign in to comment