pinsched: Completely fill the token bucket at initialization.
authorBen Pfaff <blp@nicira.com>
Wed, 30 May 2012 21:33:08 +0000 (14:33 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 21 Jun 2012 15:00:07 +0000 (08:00 -0700)
commit68941e3f99fb5a3e1ef7f7b7b700b252c1f4d82f
tree23db4f1f6664ff204d950c1e5a5f64c2abf8a64e
parent98f61d42eb78c49ad423fb9de5dc323a4e0c1b59
pinsched: Completely fill the token bucket at initialization.

This code, which dates to August 2008, initially sets the packet-in
scheduler token buckets to 10% full, without any rationale.  I suspect
that this is just a typo for 100% full, which I think would be more
conventional, so this commit switches to that.

Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/pinsched.c