mwarning / KadNode

P2P DNS with content key, crypto key and PKI support. DynDNS alternative.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Answer on dns Port

stargieg opened this issue · comments

dig AAAA -p 3535 jabbahood.p2p @::1 ends up with time out.
the sendto() in https://github.com/mwarning/KadNode/blob/master/src/ext-dns.c#L622 return "invalid argument" because of wrong IP addr len.
Patch: stargieg@f0f7ea7

I have never encountered an issue where the addrlen field is too big. And I cannot reproduce it at my end.
Anyway, feel free to make a merge request for this one, and i will merge it. :-)

edit: I cherry-picked this one and will push this one with the local peer discovery stuff.

the code has been changed a lot so far. I hope your issue has been fixed by now..