CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/03/23 12:33:43
Modified files:
share/man/man9 : mbuf.9
Log message:
Sync checksum flags with mbuf.h by renaming M_{TCP,UDP}V4_CSUM_OUT to
M_{TCP,UDP}_CSUM_OUT. Also rename m_pkthdr.csum to m_pkthdr.csum_flags.
Remove "/IPv4" from the descriptions of the M_{TCP,UDP}_CSUM_IN_* flags
since they are also used to calculate TCP or UDP checksums over IPv6,
such as on newer bge(4) chips (pointed out by naddy@).
feedback/ok naddy, ok haesbaert jmc