You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The doc indicates that user can set only one of the traffic shaping rules at a time which was a limitation of the very first BitTwister integration. That limitation is no longer the case. so we need to fix it.
* doc Update on SetLatencyAndJitter func
* Update on SetLatencyAndJitter func doc
* doc update with example
---------
Co-authored-by: Jose Ramon Mañes <[email protected]>
The current go doc for the following function is misleading users as it is outdated.
func (i *Instance) SetLatencyAndJitter(latency, jitter int64) error
The doc indicates that user can set only one of the traffic shaping rules at a time which was a limitation of the very first BitTwister integration. That limitation is no longer the case. so we need to fix it.
more context: https://celestia-team.slack.com/archives/C0653SYL6GM/p1716389298931399
The text was updated successfully, but these errors were encountered: