netflow: Document 1400-byte packet length limit.
authorJustin Pettit <jpettit@nicira.com>
Thu, 14 May 2009 23:21:03 +0000 (16:21 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 15 May 2009 17:24:54 +0000 (10:24 -0700)
commit45b20cb8bc5fef702d44631d74be1e203f334947
tree7388072c8b7ed40a6501fe2a426744635c00f0cb
parenta83ce9e87eb7c8dcc472f2702fb616e89232517b
netflow: Document 1400-byte packet length limit.

The NetFlow code accumulates records until the packet is 1400 bytes or
some amount of time has passed.  This just adds a comment that NetFlow
messages are limited to 30 records, which places a ceiling on how large
the message can be (1400 is below that ceiling).
secchan/netflow.c