tvl-depot/lisp/dns
Vincent Ambo 7ef14db936 feat(lisp/dns): Check in initial DNS message implementation
This uses lisp-binary to define serialisation types for the DNS
messages defined by RFC 1035.

Currently the compression scheme used for QNAMEs is not supported,
hence deserialisation of even simple records fails after the header
and question sections are read.
2020-01-26 01:20:45 +00:00
..
client.lisp refactor(lisp/dns): Split package into multiple files 2020-01-26 01:20:45 +00:00
default.nix refactor(lisp/dns): Split package into multiple files 2020-01-26 01:20:45 +00:00
message.lisp feat(lisp/dns): Check in initial DNS message implementation 2020-01-26 01:20:45 +00:00
package.lisp refactor(lisp/dns): Split package into multiple files 2020-01-26 01:20:45 +00:00