File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
simulation/src/LeiosProtocol Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ ib-shards: 1
8282# would instead more than double the total to 668.
8383# And even 828 including Op Cert.
8484ib-head-size-bytes : 304
85- # 100kB, using praos max size as ballpark estimate.
86- ib-body-avg-size-bytes : 102400
85+ # 98KB to optimize for 3 TCP round trips
86+ ib-body-avg-size-bytes : 98304
8787ib-body-max-size-bytes : 327680
8888# Here we also use praos blocks as ballpark estimate.
8989# Sec 2.3 Forging, of the benchmark cluster report, lists
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ instance Default Config where
150150 , ibBodyValidationCpuTimeMsConstant = 50.0
151151 , ibBodyValidationCpuTimeMsPerByte = 0.0005
152152 , ibBodyMaxSizeBytes = 327680
153- , ibBodyAvgSizeBytes = 102400
153+ , ibBodyAvgSizeBytes = 98304
154154 , ibDiffusionStrategy = FreshestFirst
155155 , ibDiffusionMaxWindowSize = 100
156156 , ibDiffusionMaxHeadersToRequest = 100
You can’t perform that action at this time.
0 commit comments