|
Bugzilla – Full Text Bug Listing |
| Summary: | server replies to SYN (with option TS) with a SYNACK (with option TS) also if the attribute Timestamp is false | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | natale.patriciello |
| Component: | tcp | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | natale.patriciello, ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: | Patch to fix the behavior | ||
It was found with my new testing framework :) pushed in changeset 11632:88d6e64c778c |
Created attachment 2111 [details] Patch to fix the behavior As reported in the summary, a tcp server does not respect the attribute Timestamp. The patch fixes the behavior.