mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-04 17:15:50 +00:00
Improve the comment about CMGROUP_MAX.
MFC after: 3 days
This commit is contained in:
parent
646063122d
commit
7cca94f3f2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201955
@ -462,8 +462,8 @@ struct cmsghdr {
|
||||
#if __BSD_VISIBLE
|
||||
/*
|
||||
* While we may have more groups than this, the cmsgcred struct must
|
||||
* be able to fit in an mbuf, and NGROUPS_MAX is too large to allow
|
||||
* this.
|
||||
* be able to fit in an mbuf and we have historically supported a
|
||||
* maximum of 16 groups.
|
||||
*/
|
||||
#define CMGROUP_MAX 16
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user