Bugzilla – Full Text Bug Listing |
Summary: | UDP-Client-server's packet loss counter not properly reset | ||
---|---|---|---|
Product: | ns-3 | Reporter: | Antti Mäkelä <antti.makela> |
Component: | applications | Assignee: | Mohamed Amine ISMAIL <amine.ismail> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jpelkey |
Priority: | P5 | ||
Version: | pre-release | ||
Hardware: | All | ||
OS: | All | ||
Attachments: | patch to fix the bug |
Description
Antti Mäkelä
2010-02-25 03:12:59 UTC
bug confirmed and proposed fix by author (Amine). pushing. changeset ce10a6aced1e Created attachment 844 [details]
patch to fix the bug
This patch fixes the bug. It initializes the bits of m_receiveBitMap to 1 (0xFF) instead of 0.
|