Hello,

</snip>
> > Do we want to go this way?
> 
> You got me thinking how else this might be done.
> 
> Note that union pf_headers is used only to calculate the max size of the 
> header pull buffer. Its members are never referenced. 
> 
> So it may be enough to #define PF_MAXHDR_SIZE 28 in pfvar.h (== 
> sizeof(union pf_headers)), then verify it by a compile-time assert in 
> pf.c.
> 
>    +ve no new header file to support what amounts to an
>        implementation detail.

I like it too.

OK sashan@


Reply via email to