Pkdns: DNS server resolving via mainline DHT
1–10 of 11 posts
Re: Pkdns: DNS server resolving via mainline DHT
#2Re: Pkdns: DNS server resolving via mainline DHT
#3Re: Pkdns: DNS server resolving via mainline DHT
#4Re: Pkdns: DNS server resolving via mainline DHT
#5What are the downsides for this system?
Re: Pkdns: DNS server resolving via mainline DHT
#6Re: Pkdns: DNS server resolving via mainline DHT
#7What are the downsides for this system?
This is their example:
http://7fmjpcuuzf54hw18bsgi3zihzyh4awseeuq5tmojefaezjbd64cy/
Re: Pkdns: DNS server resolving via mainline DHT
#8Re: Pkdns: DNS server resolving via mainline DHT
#9What are the downsides for this system?
It’s probably extremely slow. But that’s the price you pay for resilience.
It's not as fast as regular DNS, 30ms is still very quick.
Re: Pkdns: DNS server resolving via mainline DHT
#10What are the downsides for this system?
It’s probably extremely slow. But that’s the price you pay for resilience.
DHTs get a bad rap because of many recent DHTs that were horribly inefficient. But mainline is different. Many of the design decisions of mainline seem very limiting at first, but make a lot of sense for perf.
E.g. a pkarr record can only be 1000 bytes, so the entire message fits into a single non-fragmented UDP packet.