Reduce default burst limit to rate limit / 4.
authorBen Pfaff <blp@nicira.com>
Tue, 12 Aug 2008 23:15:42 +0000 (16:15 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 12 Aug 2008 23:15:42 +0000 (16:15 -0700)
With the previous default burst limit of rate limit * 2, we would queue
up 2 seconds worth of packet_in messages.  This is not only much more
than actually needed, it causes an actual problem: the datapath only
retains buffered packets for up to 1 second, by default, so that flow
setups sent in response have no packet to work with.


No differences found