From: openbsd shen <openbsd.shen@gmail.com>
To: linux-c-programming <linux-c-programming@vger.kernel.org>
Subject: Question about the syncookie_secret[] in syncookies.c
Date: Tue, 17 Jan 2006 22:10:48 +0800 [thread overview]
Message-ID: <6ff3e7140601170610m1452cb49v@mail.gmail.com> (raw)
In /usr/src/linux/net/ipv4/syncookies.c, there are 2 lines:
static __u32 syncookie_secret[2][16-3+SHA_DIGEST_WORDS];
#define SHA_DIGEST_WORDS 5
As we know 16-3+5 = 18, why not use syncookie_secret[2][18] directly ?
Thanks
next reply other threads:[~2006-01-17 14:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-17 14:10 openbsd shen [this message]
2006-01-17 14:24 ` Question about the syncookie_secret[] in syncookies.c Steve Graegert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6ff3e7140601170610m1452cb49v@mail.gmail.com \
--to=openbsd.shen@gmail.com \
--cc=linux-c-programming@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).