Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道在 ActionScript 3 中监视和/或限制给定套接字连接的带宽使用的方法?
我有一个 Adobe AIR 应用程序,我需要从中上传大量数据。但是,由于带宽限制,我希望我的用户能够指定应用程序可以使用多少上行带宽。
有任何想法吗?
我认为不可能控制带宽使用(虽然可能是错误的) 最好的办法是将数据分成块并在发送每个块之间等待一段时间。等待的时间量可以与“使用多少带宽?”成正比关系。滑块。
还可以查看令牌桶:http ://en.wikipedia.org/wiki/Token_bucket