Am 14.03.2014 18:30, schrieb Sandra Siby:
Is it normal for there to be a discrepancy in the bundle sizes on both sides? If so, why is there a difference? Note that we do not run the dtninbox application on the receiver side to extract the file to the application layer.
If fragmentation is enabled and a TCP convergence layer is used reactive fragmentation is also activated. Thus, the additional fragment may be a result of the reactive fragmentation triggered by an interrupted connection.
It would be great if you could also give us a short description of how epidemic routing is implemented in your code.
The routing modules iterate through the storage and select bundles to forward on each contact following some selection constrains. For details I suggest to read the commented code (yes, it is commented!).
https://github.com/ibrdtn/ibrdtn/blob/master/ibrdtn/daemon/src/routing/epide...
Kind regards, Johannes Morgenroth