Bug 969 - No SocketList is present in UdpL4Protocol class
No SocketList is present in UdpL4Protocol class
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: internet
ns-3-dev
All All
: P5 enhancement
Assigned To: Josh Pelkey
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-07-29 08:14 EDT by Christian
Modified: 2010-08-05 11:46 EDT (History)
2 users (show)

See Also:


Attachments
Patch enabling SocketList in UdpL4Protocol class (1.79 KB, patch)
2010-07-29 08:14 EDT, Christian
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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