Showing 1 changed files with 7 additions and 7 deletions
+7 -7
README.md
... ...
@@ -20,13 +20,13 @@ Building with cosmocc assumes cosmocc directory is $HOME/cosmocc
20 20
 # Output format for timed queries
21 21
 The ouput is a CSV line with the following format:
22 22
 
23
-column 1 : DNS <server> used
24
-column 2 : Query sent
25
-column 3 : Query type (A,AAAA,NS...)
26
-column 4 : epoch timestamp value at the start of the program
27
-column 5 : epoch timestamp after the DNS resolution of <server>
28
-column 6 : duration of DNS resolution
29
-column 7 : Status ERROR, TIMEOUT, NOERROR, NXDOMAIN...
23
+- column 1 : DNS <server> used
24
+- column 2 : Query sent
25
+- column 3 : Query type (A,AAAA,NS...)
26
+- column 4 : epoch timestamp value at the start of the program
27
+- column 5 : epoch timestamp after the DNS resolution of <server>
28
+- column 6 : duration of DNS resolution
29
+- column 7 : Status ERROR, TIMEOUT, NOERROR, NXDOMAIN...
30 30
 
31 31
 1.1.1.1,google.com,A,1754639504,1754639504,0.004934,NOERROR
32 32