From 834a2ddb4ee2424093cf6029c034eb7b7cf04a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Mon, 25 Apr 2022 14:48:06 +0200 Subject: [PATCH] Add CHANGES note for [GL #4251] --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 0e3cce15a7..6ca07d41e2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +5869. [func] Enable use of IP(V6)_RECVERR on Linux that allows + the kernel to report destination host/network + unreachable errors to the userspace application. + [GL #4251] + 5868. [cleanup] Use Daniel Lemire's "nearly divisionless" algorithm for unbiased bounded random numbers, and move re-seeding out of the hot path. [GL !6161]