Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update network parameters for 2024 #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

0xnakai
Copy link
Contributor

@0xnakai 0xnakai commented Aug 4, 2024

Problem

The current network parameters are outdated as they are from 2024.

Solution

The following parameters were added or changed:

File: NetworkConfiguration.java

  • LATENCY_2024
  • DOWNLOAD_BANDWIDTH_2024
  • UPLOAD_BANDWIDTH_2024
  • REGION_DISTRIBUTION_BITCOIN_2024

File: SimulationConfiguration.java

  • CBR_USAGE_RATE_2024

Notes

  • The previous BANDWIDTH parameters had 7 elements for 6 regions. The comment mentioned internal-bandwidth, but the 7th element was not used in the SimBlock implementation. It turned out that the seventh element was prepared as "other" for bandwidth outside the 6 regions, but someone misunderstood and left the comment as internal-bandwidth. Therefore, the seventh element was removed from the 2015 and 2019 parameters as well. Since these parameters were not used in the implementation, this change does not affect simulation experiments using the 2015 and 2019 parameters.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant