Research Article

Analysis of Denial of Service Impact on Data Routing in Mobile eHealth Wireless Mesh Network

Algorithm 1

Hello flooding attack implementation.
If (isHelloFlooding)
 if (dynamic_cast<UDPPacket >(msg))
    
     delete msg;
     return;