Skip to content
Snippets Groups Projects
Commit b44d24e8 authored by Guillaume Roguez's avatar Guillaume Roguez Committed by Anthony Léonard
Browse files

dtls: refactoring and fix of PMTUD/Established code


There are various issues in the PMTUD code:
- OOO handler wasn't applied to the first packet
  due to unseen code duplication in PMTU code.
- first packet sequence has to be known in case of OOO on it
- bug in losts detection.
- decrease the lost threshold time.
- temporary packet allocation is not efficient.
- code duplication and functional flow not well designed.
- comments needed

This patch fixes all of that.

Change-Id: I93ec71e22f6cb7a66ad9ab0f927d31044966f1e3
Reviewed-by: default avatarAnthony Léonard <anthony.leonard@savoirfairelinux.com>
parent d3eff48f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment