Hi 

I want to receive every CBR packets in my own agent and after extracting some 
data from that, forward it to it's destination.
So in my agent constructor definition, I used from following code:
/**********************************/
SBC2::SBC2() : Agent(PT_CBR) {

    dup_flag_=0;
//    set_pkttype(PT_CBR);
    puts("SBC2::SBC2\n");
}
/**********************************/

but It doesn't work and doesn't receive any packet. I tested "PT_UDP" and 
"PT_RTP" too. what I must to do. Please help me. I have so little time.


with thanks: F.Akbari

Reply via email to