
28 May
2013
28 May
'13
9:27 a.m.
On 27.05.2013 12:36, vikrant verma wrote:
Hello Michal,
I am using the following code -
virDomainSetInterfaceParameters(dom, "vnet0", networkParainfoPtr, nparams,0);
before calling this i am assigning the following Inbound values
inbound.average = 10 (10 kbps) inbound .peak = 10 inbound.burst = 10
I suspect this way too low burst value. Try leaving the limit and it should work correctly. Michal