David Fort aff8fdac26 proxy: correctly handle dynamic channel fragmentation
This big patch fixes fragmentation handling in the dynamic channel. We used to
have a single state to handle fragmentation at the main dynamic channel level, but
in fact packets can be fragmented per sub channel. So we have to maintain a fragmentation
state per sub channel, this involve treating dynamic and static channels differentely
(so the size of the patch that has to implement state tracking per dynamic channels).
2022-06-17 08:38:57 +02:00
..
2022-06-03 08:51:40 +02:00
2022-01-11 12:34:43 +01:00
2021-09-20 10:59:59 +02:00
2022-01-11 12:34:43 +01:00
2022-02-04 08:44:22 +00:00