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

gsmd replay detection is misordered #20

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions