[Ns-bugs] [Bug 1359] New: TCP sockets can not receive ICMPs

code@nsnam.ece.gatech.edu code at nsnam.ece.gatech.edu
Wed Feb 8 13:05:58 PST 2012


https://www.nsnam.org/bugzilla/show_bug.cgi?id=1359

           Summary: TCP sockets can not receive ICMPs
           Product: ns-3
           Version: ns-3-dev
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: internet
        AssignedTo: riley at ece.gatech.edu
        ReportedBy: tommaso.pecorella at unifi.it
                CC: ns-bugs at isi.edu
   Estimated Hours: 0.0


TCP sockets can not receive ICMP notifications (useful for applications) due to
the missing function(s):

ReceiveIcmp (Ipv4Address icmpSource, uint8_t icmpTtl,
                            uint8_t icmpType, uint8_t icmpCode, uint32_t
icmpInfo,
                            Ipv4Address payloadSource,Ipv4Address
payloadDestination,
                            const uint8_t payload[8])

I don't know if it's useful to have it, but I don't see why not.

The feature will be more useful for IPv6, in order to properly handle MTU
exceeded packets (still to be done tho).

Opening a bug as a proposed enhancement to not forget about it.

T.

-- 
Configure bugmail: https://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the Ns-bugs mailing list