diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2024-02-10 21:29:48 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2024-02-10 21:29:50 -0500 |
commit | 9f6fe4c926931920570fac84fa2fcdc9de8a3324 (patch) | |
tree | b6a2f1e549a76cca854e11c01e54017ecab06a57 /sites | |
parent | 92b6dac2a1e292ed2654094e3c9c426ba27a1d97 (diff) |
Fix 32-bit-ism in protocol seqno rollover test from Terrapin fix
Fixes #2353
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 00f42a70..3f886fc8 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,8 @@ Changelog ========= +- :bug:`2353` Fix a 64-bit-ism in the test suite so the tests don't encounter a + false negative on 32-bit systems. Reported by Stanislav Levin. - :release:`3.4.0 <2023-12-18>` - :feature:`-` `Transport` grew a new ``packetizer_class`` kwarg for overriding the packet-handler class used internally. Mostly for testing, but advanced |