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)
commitc9b82cb59c027d9a32310c7645b6d4b8f2274bf5
tree577fea60ee02ae13a40d2689642aaf9dd8c491f0
parent72984bb5e98c9f3aa38b023f6fa962c60a349bcc
Reduce default burst limit to rate limit / 4.

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.
secchan/secchan.c