jlouis / etorrent

Erlang Bittorrent Client
BSD 2-Clause "Simplified" License
295 stars 50 forks source link

DHT find_node sends the same request several times #137

Closed arcusfelis closed 11 years ago

arcusfelis commented 11 years ago
2013-02-11 11:14:37.546 [info] <0.133.0> Sent find_node to {173,183,126,174}:55969
2013-02-11 11:14:37.549 [info] <0.133.0> Sent find_node to {173,183,126,174}:55969
2013-02-11 11:14:37.551 [info] <0.133.0> Sent find_node to {173,183,126,174}:55969
2013-02-11 11:14:37.553 [info] <0.133.0> Sent find_node to {173,183,126,174}:55969
2013-02-11 11:14:37.555 [info] <0.133.0> Sent find_node to {173,183,126,174}:55969
2013-02-11 11:14:37.558 [info] <0.133.0> Sent find_node to {173,183,126,174}:55969
2013-02-11 11:14:37.561 [info] <0.133.0> Sent find_node to {124,180,28,151}:57292
2013-02-11 11:14:37.564 [info] <0.133.0> Sent find_node to {124,180,28,151}:57292
2013-02-11 11:14:37.566 [info] <0.133.0> Sent find_node to {195,93,165,84}:33582
2013-02-11 11:14:37.567 [info] <0.133.0> Sent find_node to {195,93,165,84}:33582
2013-02-11 11:14:37.568 [info] <0.133.0> Sent find_node to {50,98,118,229}:56612
2013-02-11 11:14:37.569 [info] <0.133.0> Sent find_node to {50,98,118,229}:56612
2013-02-11 11:14:37.570 [info] <0.133.0> Sent find_node to {192,162,208,20}:60055
2013-02-11 11:14:37.570 [info] <0.133.0> Sent find_node to {192,162,208,20}:60055
2013-02-11 11:14:37.575 [info] <0.133.0> Sent find_node to {178,16,130,9}:15612
2013-02-11 11:14:37.578 [info] <0.133.0> Sent find_node to {178,16,130,9}:15612
2013-02-11 11:14:37.580 [info] <0.133.0> Sent find_node to {101,63,27,131}:33066
2013-02-11 11:14:37.583 [info] <0.133.0> Sent find_node to {121,214,123,145}:33154
2013-02-11 11:14:37.586 [info] <0.133.0> Sent find_node to {121,214,123,145}:33154
2013-02-11 11:14:39.545 [info] <0.133.0> Sent find_node to {109,86,7,74}:6881
2013-02-11 11:14:39.548 [info] <0.133.0> Sent find_node to {109,86,7,74}:6881
2013-02-11 11:14:39.550 [info] <0.133.0> Sent find_node to {78,228,70,171}:51413
2013-02-11 11:14:39.553 [info] <0.133.0> Sent find_node to {78,228,70,171}:51413
2013-02-11 11:14:39.555 [info] <0.133.0> Sent find_node to {78,228,70,171}:51413
jlouis commented 11 years ago

Yep, looks bad to me as well. We better fix this :/