Bugzilla – Full Text Bug Listing |
Summary: | No SocketList is present in UdpL4Protocol class | ||
---|---|---|---|
Product: | ns-3 | Reporter: | Christian <c.facchini> |
Component: | internet | Assignee: | Josh Pelkey <jpelkey> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | ns-bugs, tomh |
Priority: | P5 | ||
Version: | ns-3-dev | ||
Hardware: | All | ||
OS: | All | ||
Attachments: | Patch enabling SocketList in UdpL4Protocol class |
changeset 638f5469c218 |
Created attachment 957 [details] Patch enabling SocketList in UdpL4Protocol class The `UdpL4Protocol` class is somewhat symmetric to the `TcpL4Protocol` class. However, differently from it, UdpL4Protocol lacks of a SocketList structure that lists all the sockets that have been created. The attached patch adds such a feature (it simply replicates the code appearing in TcpL4Protocol). It has been generated starting from ns-3-dev rev cd04d218ba62.