| commit | 71b59bf482b2dd662774f34108c5b904efa9e02b | [log] [tgz] |
|---|---|---|
| author | Sabrina Dubroca <sd@queasysnail.net> | Wed Jul 29 18:38:43 2020 +0200 |
| committer | Steffen Klassert <steffen.klassert@secunet.com> | Thu Jul 30 06:51:36 2020 +0200 |
| tree | cad6ddb9845476777f642be53f8a4ac1a065b17a | |
| parent | fadd1a63a7b4df295a01fa50b2f4e447542bee59 [diff] |
espintcp: count packets dropped in espintcp_rcv Currently, espintcp_rcv drops packets silently, which makes debugging issues difficult. Count packets as either XfrmInHdrError (when the packet was too short or contained invalid data) or XfrmInError (for other issues). Signed-off-by: Sabrina Dubroca <sd@queasysnail.net> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>