On Wed, Nov 18, 2009 at 7:11 PM, Michael <
nowa...@gmail.com> wrote:
> Yes, I've done that in my own version of onoff-application.cc in the
> OnOffApplication::SendPacket() member function.
>
> I added:
> QosTag qosTag; // used to set the QosTag
> to onoff-application.h in the private area, and then
>
> qosTag.Set (0); //AC_BE
> packet->AddPacketTag (qosTag);
> to SendPacket() before the m_txTrace (packet); line.
>
> I suppose there is a better way to set the QoS priority than just hard-
> coding it in SendPacket, but I haven't gotten there yet.
Config::TraceConnect ("/NodeList/XX/ApplicationList/YY/Tx", MakeBoundCallback (&TagMarker, AC_VO));