Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently dccp_check_seqno allows any valid packet to update the Greatest Sequence Number Received, even if that packet's sequence number is less than the current GSR. This patch adds a check to make sure that the new packet's sequence number is greater than GSR. Signed-off-by: Samuel Jero <[email protected]> Signed-off-by: Gerrit Renker <[email protected]>
- Loading branch information