CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/12 16:38:02
Modified files:
sys/net : if_pfsync.c if_pfsync.h
Log message:
factor m_pulldown out of the message handlers up into pfsync_input now
that it knows how big the messages are.
rework the message handlers to use the pfsync_subheader.len value to
iterate over the message regions.
deprecate the EOF subheader since trying to pulldown a 0 byte buffer is
fail.
ok mcbride@ sperreault@
