Bugzilla – Bug 73
[patch] PacketSink application
Last modified: 2007-09-10 02:28:13 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.
Created attachment 53 [details] class PacketSink and simple-global-routing.cc modified to use it
changeset rev 1319 implements this