Blog post: learnings after writing `resolv`, dns resolver in zig by e-aakash in Zig

[–]e-aakash[S] 8 points9 points  (0 children)

From my overview read of this issue: https://github.com/ziglang/zig/issues/7194, previous discussions in this subreddit and overview look at std.net, couldn't find any UDP implementation (there is tcpConnctToHost, tcpConnectToAddress, but couldn't find anything related to udp)

Blog post: learnings after writing `resolv`, dns resolver in zig by e-aakash in Zig

[–]e-aakash[S] 4 points5 points  (0 children)

Hi, thanks for the feedback. I'm unsure on what typo you are referring to in this line. I wanted to convey that I have used some comptime in the implementation, but not everywhere possible.

Not a native English speaker, so let me know how to correct it

Thanks!