Bug 969

Summary: No SocketList is present in UdpL4Protocol class
Product: ns-3 Reporter: Christian <c.facchini>
Component: internetAssignee: 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

Description Christian 2010-07-29 08:14:29 EDT
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.
Comment 1 Josh Pelkey 2010-08-05 11:46:35 EDT
changeset 638f5469c218