$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [asio] how to limit speed of tcp socket on asio?
From: Renato Forti (re.tf_at_[hidden])
Date: 2013-08-19 07:20:42
Hi All,
Anyone can help-me!
I want know if have some way to limit speed of tcp socket on asio?
For sample if my app open a socket and start to send a file to my server! How to limit upload speed?
If I want limit to 100kb/s, have any way? Anyone have any idea: how I can achieves this?
Thanks