Igor V. Liferenko <[EMAIL PROTECTED]> wrote:
>
> Would you please say why it's 60, and not 52?
The header length / 4 must fit within a single hexadecimal
digit. Therefore the maximum is 15 * 4 = 60.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTE
Hello, everyone.
I'm having fun reading RFC's and looking through linux source code for
implementation examples.
What I'm not able to understand is this piece of code :
union {
struct iphdriph;
charbuf[60];
} tmp_iph;
and corresponding RFC 791 sta