Fwd: aggregate packets and send
Garima Mishra <[email protected]> Sat, 5 Mar 2016 09:56:10 +0530
| Newsgroups | gmane.network.simulator.isi |
|---|---|
| Message-ID | <CAOrA8wUALOm1dMLFfe1NRm2vdv5+eZ-2Zn5fB=GcpcJ823cfyg@mail.gmail.com> |
Hi,I want to aggregate packets and make an array of those packet pointers and send this array to other node. But this does not work.I am making a new packet type (eg: PT_AGG) for these aggregated packets. first array of packets is constructed and then the packet type of this array is changed to the new packet type. But when I send this array it does not work. Please help.