Bug 73 - [patch] PacketSink application
[patch] PacketSink application
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: network
pre-release
All All
: P3 normal
Assigned To: Tom Henderson
: patch
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-09-07 01:52 EDT by Tom Henderson
Modified: 2007-09-10 02:28 EDT (History)
0 users

See Also:


Attachments
class PacketSink and simple-global-routing.cc modified to use it (8.24 KB, patch)
2007-09-07 01:53 EDT, Tom Henderson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2007-09-07 01:52:17 EDT
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 EDT
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 EDT
changeset rev 1319 implements this