Hello,
there is no way to enable some sort of short-cut for bundles. Since it is not guaranteed that the receiver is reachable at the moment of reception the daemon have to store the bundle first and then try to deliver it.
The AbstractWorker is a base-class for applications embedded in the daemon. But even if there exists the endpoint there, the daemon store the bundle first and then deliver it.
Kind regards, Johannes
Am 26.09.2012 17:10, schrieb Carson Dunbar:
Hello, I was wondering, does IBR-DTN have a simple mechanism to send temporary bundles without having to store them first? In my router, several bundles are created and once they are sent, they are immediately destroyed. It seems that storing and retrieving and then destroying them would cause a relatively large amount of computational overhead in the system. I saw that there was the abstract worker that you use in the epidemic router to send bundles, but wasn't exactly sure what that did or how it works.
Thank you, Carson Dunbar