Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

gsmd replay detection is misordered #20

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments
Open

gsmd replay detection is misordered #20

GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

gsmd tests expected length of plaintext before testing seqno, leading to

- incorrect error reporting in most cases (dup or late reply)
- for late replies, the real reply is then discarded

This is normally only seen on Linux, which reuses ephemeral ports ASAP so the 
chance to get a duplicate client port (which will then receive late replies) is 
high under load.  On Solaris ephemeral ports are allocated in increasing order, 
so reuse within the problem window is rare.

Original issue reported on code.google.com by fr...@gmail.com on 2 Nov 2010 at 12:17

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant