Bug 73

Summary: [patch] PacketSink application
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: networkAssignee: Tom Henderson <tomh>
Status: RESOLVED FIXED    
Severity: normal Keywords: patch
Priority: P3    
Version: pre-release   
Hardware: All   
OS: All   
Attachments: class PacketSink and simple-global-routing.cc modified to use it

Description Tom Henderson 2007-09-07 01:52:17 UTC
Currently, OnOffApplication sends packets but there is nothing to receive them.  This class is a simple receiver class that sets a receive callback to receive the packets and for each received packet, prints out a basic trace of the packet on stdout.
Comment 1 Tom Henderson 2007-09-07 01:53:00 UTC
Created attachment 53 [details]
class PacketSink and simple-global-routing.cc modified to use it
Comment 2 Tom Henderson 2007-09-10 02:28:13 UTC
changeset rev 1319 implements this