]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Tolerate packets that are larger than negotiated MTU after decompression
authorDaniel Lenski <dlenski@gmail.com>
Wed, 1 Aug 2018 02:32:26 +0000 (19:32 -0700)
committerDaniel Lenski <dlenski@gmail.com>
Thu, 2 Aug 2018 01:32:10 +0000 (18:32 -0700)
commit87a66e15d17f30eaf16f250478e746235a239570
tree2b628e4a5a3bb2c338ee6af3828b7c3f1253514c
parent03025fda02c13b370a04fe1c6a59f72beff3b812
Tolerate packets that are larger than negotiated MTU after decompression

In July 2016, the "Fixed regression with CSTP MTU handling" patch
(http://git.infradead.org/users/dwmw2/openconnect.git/commitdiff/90e1555494dbc1cf462552679f9aa3d30451d123)
allowed openconnect to gracefully handle uncompressed CSTP packets larger
than the negotiated MTU.

This patch extends that approach to tolerate compressed packets which are
larger than the negotiated MTU after decompression.

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
cstp.c