mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFC r201955:
Improve the comment about CMGROUP_MAX.
This commit is contained in:
parent
43ede8f5fe
commit
2a46409df5
1 changed files with 2 additions and 2 deletions
|
|
@ -483,8 +483,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…
Reference in a new issue