[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ns] Please Help!! (MIPDecapsulatior class buffering or queueing



 
Please Help me!!!
I am senior University student..
I have a great problem in my thesis..
I am adding queue class or packetqueue class to MIPDecapsulator..
and queue or buffer packet in MIPDecapsulator.
and send packet to MN after moving to new Foreign Agent..
but enque() and deque() method at Packetqueue is declared with protected..
so instance can't access those method..
and make new method with public and call protected method..
but program occur Segment Fault at new method..
 
Please Help..