Class SmartAckRoute

java.lang.Object
   |
   +----magician.Node.KU_SmartPacket_V2
           |
           +----magician.Node.ReliableCommFW
                   |
                   +----SmartAckRoute

public class SmartAckRoute
extends ReliableCommFW
This class also implements the ping application like SmartPing. But the difference is that these Smartpackets are sent using reliable delivery mechanisms. Since it uses stop and wait acknowledgement protocol, the round trip times are nearly twice that of SmartPing packets

See Also:
SmartPing, ReliableCommFW

Constructor Index

 o SmartAckRoute()
initializes the object

Method Index

 o exec()
well-known entry point for use code
 o finalize()
garbage collection

Constructors

 o SmartAckRoute
 public SmartAckRoute()
initializes the object

Methods

 o exec
 public void exec()
well-known entry point for use code

Overrides:
exec in class KU_SmartPacket_V2
 o finalize
 protected void finalize()
garbage collection

Overrides:
finalize in class Object