netflow: Send multiple records for byte counts > UINT32_MAX
authorJustin Pettit <jpettit@nicira.com>
Wed, 1 Sep 2010 01:41:32 +0000 (18:41 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 1 Sep 2010 16:17:00 +0000 (09:17 -0700)
When a NetFlow record is to be sent for a flow that had more than 2^32
bytes, we used to set the byte count to UINT32_MAX.  With this change,
we will send out multiple records to account for all the traffic.


No differences found