diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2011-11-30 10:26:57 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2011-11-30 10:26:57 +0000 |
commit | 3d6a23dfa0366e3927fc57b09de5dd01f5a42b36 (patch) | |
tree | 2f84133ffc6476cc7b26e8f11be49eff1d071721 /usr.bin/cvs/release.c | |
parent | 0b424186316edbe1d7392868c8a07e200f519961 (diff) |
this diff introduces the MAXMCLBYTES macro to describe the largest
cluster the generic network stack will be able to give you.
it also recognises that external storage on an mbuf may be bigger than
MCLBYTES. its only when m_pullup or m_pulldown need to allocate
another cluster that they now check the len argument, and now they
do it against MAXMCLBYTES.
this is required for me to do pfsync on jumbo frames as the m_pulldown
for the subregions fail beyond MCLBYTES into the packet.
ok deraadt@ mikeb@ henning@ blambert@
manpage changes ok jmc@
Diffstat (limited to 'usr.bin/cvs/release.c')
0 files changed, 0 insertions, 0 deletions