On Wed, Apr 12, 2017 at 04:36:58PM +0430, ali saeedi wrote: > I am new in qemu vm live migration. why we have this condition > "current_time >= initial_time + BUFFER_DELAY" in qemu?
BUFFER_DELAY is used for rate-limiting. The maximum network throughput can be set by the user so that QEMU doesn't hog the network link. Rate-limit calculations are done every BUFFER_DELAY time interval. Stefan
signature.asc
Description: PGP signature