[ns] Forwarding of CTS packets (fwd)

Johney Ruei Tsai jtsai@cs.ucr.edu
Wed Apr 10 11:25:01 2002


---------- Forwarded message ----------
Date: Tue, 9 Apr 2002 19:39:37 -0700 (PDT)
From: Johney Ruei Tsai <jtsai@cs.ucr.edu>
To: ns-users@isi.edu
Subject: Forwarding of CTS packets

Can anyone help me with the forwarding of CTS packets?  In recvCTS I
pull the packet header information, do some calculations and see
whether or not I should forward the CTS packet.  If i do choose to forward
the cts i made a clone of sendCTS but instead i make the destination of the packet
to -1 which is the equivalent of the enumerated type MAC_BROADCAST.
However despite my efforts, it doesn't seem to be working.  Anyone have
any insight?

Thanks.