Skip to content
This repository was archived by the owner on Aug 14, 2026. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 1.02 KB

File metadata and controls

26 lines (16 loc) · 1.02 KB

NOTES

My notes for working with various third-party libraries, system APIs and tools used by this project.

Useful links

Ctags

[Generate](ctags -R --c++-kinds=+p --fields=+iaS --extra=+q /usr/include)

DNS

resolv(2)

Code examples and documentation for using res_query and related methods.

dns_resolve.cc code from Ceph project O'Reilly Networking book on using res_* and ns_* methods Example #1 of extracting IP address from A answer Example #2 of extracting IP address from A answer

Json

JsonCpp Documentation JsonCpp Wiki