Maven (famous)@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoSome Valentine's Lovelemmy.worldimagemessage-square32fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageSome Valentine's Lovelemmy.worldMaven (famous)@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square32fedilink
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up0·1 year ago9.9.9.9 has twice the latency for me. Why pick quad9 over, say, 1.1.1.2?
minus-squareFutileRecipe@lemmy.worldlinkfedilinkarrow-up0·1 year agoTwice the latency for DNS results? Care to give concrete examples? DNS is usually very fast. Twice as long as very fast is still pretty quick, in my opinion.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up0·edit-21 year agoI’m always on VPN, so latencies add up. dig +stats @1.1.1.1 www.google.com | grep '[\d]+ msec' gives me 10-20ms using a nearby vpn server dig +stats @9.9.9.9 www.google.com | grep '[\d]+ msec' gets me 30-50 ms, and not rarely >100ms.
9.9.9.9 has twice the latency for me. Why pick quad9 over, say, 1.1.1.2?
Swiss
Twice the latency for DNS results? Care to give concrete examples? DNS is usually very fast. Twice as long as very fast is still pretty quick, in my opinion.
I’m always on VPN, so latencies add up.
dig +stats @1.1.1.1 www.google.com | grep '[\d]+ msec'
gives me 10-20ms using a nearby vpn server
dig +stats @9.9.9.9 www.google.com | grep '[\d]+ msec'
gets me 30-50 ms, and not rarely >100ms.