Re: [PATCH 2 of 8] QUIC: added check to prevent packet output with discarded keys

2023-10-13 Thread Sergey Kandaurov
> On 18 Sep 2023, at 11:08, Roman Arutyunyan wrote: > > Hi, > > On Thu, Sep 07, 2023 at 07:13:54PM +0400, Sergey Kandaurov wrote: >> # HG changeset patch >> # User Sergey Kandaurov >> # Date 1694041352 -14400 >> # Thu Sep 07 03:02:32 2023 +0400 >> # Node ID 02c86eac80c907adb7790c79ac6892a

Re: [PATCH 2 of 8] QUIC: added check to prevent packet output with discarded keys

2023-09-18 Thread Roman Arutyunyan
Hi, On Thu, Sep 07, 2023 at 07:13:54PM +0400, Sergey Kandaurov wrote: > # HG changeset patch > # User Sergey Kandaurov > # Date 1694041352 -14400 > # Thu Sep 07 03:02:32 2023 +0400 > # Node ID 02c86eac80c907adb7790c79ac6892afabcee5f4 > # Parent be1862a28fd8575a88475215ccfce995e392dfab > QUI

[PATCH 2 of 8] QUIC: added check to prevent packet output with discarded keys

2023-09-07 Thread Sergey Kandaurov
# HG changeset patch # User Sergey Kandaurov # Date 1694041352 -14400 # Thu Sep 07 03:02:32 2023 +0400 # Node ID 02c86eac80c907adb7790c79ac6892afabcee5f4 # Parent be1862a28fd8575a88475215ccfce995e392dfab QUIC: added check to prevent packet output with discarded keys. In addition to triggeri