From 921b02e2d5af6535cab4d2c2113c92770e4d1f59 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sat, 3 Nov 2018 18:58:15 +0000 Subject: [PATCH] plugin/log: explain the {size} better (#2269) This is now the raw size which may be larger than what a particular client actually sees. Clarify this a bit. Fixes #2258 Signed-off-by: Miek Gieben --- plugin/log/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/log/README.md b/plugin/log/README.md index 8ecc39680..48e5acb6c 100644 --- a/plugin/log/README.md +++ b/plugin/log/README.md @@ -65,9 +65,9 @@ The following place holders are supported: * `{port}`: client's port * `{duration}`: response duration * `{rcode}`: response RCODE -* `{rsize}`: response size +* `{rsize}`: raw (uncompressed), response size (a client may receive a smaller response) * `{>rflags}`: response flags, each set flag will be displayed, e.g. "aa, tc". This includes the qr - bit as well. + bit as well * `{>bufsize}`: the EDNS0 buffer size advertised in the query * `{>do}`: is the EDNS0 DO (DNSSEC OK) bit set in the query * `{>id}`: query ID