Closed nictuku closed 10 years ago
func (d *DHT) replyAnnouncePeer(node *remoteNode, r responseType) {
addr := node.address <==== PANIC HERE
ih := InfoHash(r.A.InfoHash)
if log.V(3) {
I know what's happening. Sending a proper fix now.