|
Bugzilla – Full Text Bug Listing |
| Summary: | Icmpv4Echo::Deserialize Broken | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Craig Dowell <craigdo> |
| Component: | internet | Assignee: | Craig Dowell <craigdo> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mathieu.lacage |
| Priority: | P1 | ||
| Version: | ns-3.4 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Craig Dowell
2009-06-19 19:15:56 UTC
yes, using a variable sized buffer sounds right. Can you dynamically allocate a raw byte buffer and use Packet::CopyData instead of the previous Ptr<Packet> ? Fixed changeset ee3191a0b560 |