Update capped-bandwidth.md

This commit is contained in:
Alvaro Revuelta 2024-10-02 09:34:04 +02:00 committed by GitHub
parent a0ddb4dd01
commit af2101e657
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,6 @@ Putting this all together and assuming:
* Messages are sent uniformly distributed. * Messages are sent uniformly distributed.
* All users totally consumes its rate-limit. * All users totally consumes its rate-limit.
We can expect: We can expect the following message rate and bandwidth per shard:
* A traffic of `266 msg/second` on average (`160000/600`) * A traffic of `266 msg/second` on average (`160000/600`)
* A traffic of `6 MBps` on average (266 * 4KB * 6), where `4KB` is the average message size and `6` is the average gossipsub D-out degree. * A traffic of `6 MBps` on average (266 * 4KB * 6), where `4KB` is the average message size and `6` is the average gossipsub D-out degree.