Better comment what the socket option does. Thanks to Sam Leffler

for suggesting this.
This commit is contained in:
Adrian Chadd 2009-01-09 17:18:17 +00:00
parent 4209e01ad7
commit 4f2e6bfdd8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186960

View File

@ -441,7 +441,8 @@ __END_DECLS
#define IP_FAITH 22 /* bool; accept FAITH'ed connections */
#define IP_ONESBCAST 23 /* bool: send all-ones broadcast */
#define IP_NONLOCALOK 24 /* allow bind to spoof other machines */
#define IP_NONLOCALOK 24 /* bool: allow bind to spoof non-local addresses;
requires kernel compile option IP_NONLOCALBIND */
#define IP_FW_TABLE_ADD 40 /* add entry */
#define IP_FW_TABLE_DEL 41 /* delete entry */