Current implementation expects customly generated configuration files which contain P2P secret keys for each pair of processes. This increases the size of each configuration file to increase to O(n) and the overall system setup configuration to O(n^2). This approach clearly becomes a bottleneck for benchmarking the protocols in a geo-distributed testbed because it takes quadratically increasing amount of time to generate and upload configuration files for the protocols.
Current implementation expects customly generated configuration files which contain P2P secret keys for each pair of processes. This increases the size of each configuration file to increase to O(n) and the overall system setup configuration to O(n^2). This approach clearly becomes a bottleneck for benchmarking the protocols in a geo-distributed testbed because it takes quadratically increasing amount of time to generate and upload configuration files for the protocols.