Process / pipelineTraffic shaping
令牌桶速率限制算法
令牌桶是一种简单而优雅的流量整形和速率限制算法。一个虚拟桶以固定速率(承诺信息速率)累积令牌。传入的数据包消耗令牌(每字节一个令牌);仅当有足够令牌可用时,数据包才会被传输。如果桶已满,多余的令牌将被丢弃(不累积)。令牌桶限制了峰值速率并允许受控的突发流量,使其成为网络流量管理的理想选择。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
如何引用本页
ScholarGate. (2026, June 3). Token Bucket Rate Limiting Algorithm. ScholarGate. https://scholargate.app/zh/telecommunications/token-bucket
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
Compare side by side →