Maven (famous) to Programmer [email protected] • 1 year agoSome Valentine's Loveimagemessage-square32arrow-up1369arrow-down133
arrow-up1336arrow-down1imageSome Valentine's LoveMaven (famous) to Programmer [email protected] • 1 year agomessage-square32
minus-square@FutileRecipelink0•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 EaglelinkEnglish2•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.
minus-square@[email protected]linkfedilinkEnglish1•11 months agoPlus DNS caching… I do DOT or DOH (forget which, setup years ago) from my router’s local DNS server without any noticeable latency.
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.
Plus DNS caching… I do DOT or DOH (forget which, setup years ago) from my router’s local DNS server without any noticeable latency.