MrPickles / dank-dns

The dankest DNS in all of D-Root
0 stars 0 forks source link

Write query request/response pairs to disk as C structs #2

Open MrPickles opened 8 years ago

MrPickles commented 8 years ago

One way of having persistent and quick-to-read query data is to put all the data into C structs which will be written to disk. If a user wants to access the data quickly for scripting/analysis purposes, the user can write code to read from disk and manually set the data as the C structs.