Bugzilla – Bug 969
No SocketList is present in UdpL4Protocol class
Last modified: 2010-08-05 11:46:35 UTC
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.
changeset 638f5469c218