[Ns-bugs] [Bug 271] New: PacketSocketFactory should be added in the Node base class, not in InternetStackHelper

bugzilla-daemon@nsnam-www.ece.gatech.edu bugzilla-daemon at nsnam-www.ece.gatech.edu
Tue Aug 5 09:05:34 PDT 2008


http://www.nsnam.org/bugzilla/show_bug.cgi?id=271

           Summary: PacketSocketFactory should be added in the Node base
                    class, not in InternetStackHelper
           Product: ns-3
           Version: pre-release
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P3
         Component: node module
        AssignedTo: ns-bugs at isi.edu
        ReportedBy: gjcarneiro at gmail.com


Currently the only place where PacketSocketFactory is added to a node is in
InternetStackHelper::Install.  This is just plain wrong.  Packet sockets are L2
sockets and are unrelated to "internet".  In fact, if it had anything to do
with internet, it would have to be placed in function AddInternetStack, never
in here.


-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Ns-bugs mailing list