From 21238a4eef64ed760447eaaa2afe64305c06c9ff Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 3 Jul 2025 23:08:43 -0400 Subject: [PATCH] spelling: the second signals Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pdns/recursordist/docs/performance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/docs/performance.rst b/pdns/recursordist/docs/performance.rst index 4369ca6288..3a403cb67a 100644 --- a/pdns/recursordist/docs/performance.rst +++ b/pdns/recursordist/docs/performance.rst @@ -367,7 +367,7 @@ An example of a trace (timestamps are relative in nanoseconds) as shown in the -AnswerSent(337266453) The packet cache check event has two events. -The first signals the start of packet cache lookup, and the second the completion of the packet cache lookup with result 0 (not found). +The first signals the start of packet cache lookup, and the second signals the completion of the packet cache lookup with result 0 (not found). The SynRec event also has two entries. The value (0) is the return value of the SyncRes function. An example of a trace with a packet cache hit): -- 2.47.2