Open segator opened 4 years ago
That errors should not stop the application. If you use https://github.com/a-pavlov/jed2k/blob/master/core/src/test/java/org/dkf/jed2k/Kad.java application from master branch:
Yes the application doesn't stop to work but I saw this errors in the log. It's not possible to configure OUTPUT_BUFFER_LIMIT without modify code? Seems hardcoded, maybe we can pass Settings object to DHTTracker constructor. Other question:
BTW Thanks for your support & time :)
It is not possible to configure OUTPUT_BUFFER_LIMIT because of user application must not change it. About your question please provide link to file. As I remember I added startup KAD nodes to Github hosted file for faster bootstrapping. Just note - in emule the two different ways for obtain files and sources for files:
After test some days this lib I notice that: DHT search stop working when run more than 10 search (in sequence) (no results) Tracker servers disconnect and connect continuosly.
DHT: Do you mean search for some word has result, but after ten times returns no result? Please add more details. Servers: in session you can set ping interval for server connection. Usually this helps to avoid disconnecting. Also reconnect can be configured. As I remember an example you can find in console Conn.
Search via DHT the world "space", stoped started the application and I coudn't reproduce the error again. If it's not enough I will try to enable debug mode to get more logs next time.