Hi Kimberly,
most probably they're retransmissions. I'm not an AODV expert, but it could be as well multiple routes.
The point is that the Sink applicatinos blindly counts received packets, without discarding duplicates. By the way, since it does that, you can't be 100% sure that the counters are totally "right". E.g., you could have one lost packet and one duplicate one... it will look like no loss and no duplications.
You can use the UdpClient and UdpServer applications. They do embed a sequence counter in the packets, so you can check if the packet is a duplicate or not.
Cheers,
T.