Returns POSIX message queue variables from sysctl(8).
The function returns the following error codes:
E_FORMAT if output format is unexpected.E_PLATFORM if current system is not FreeBSD.E_READ if pipe returned no bytes.E_SYSTEM if system call failed.| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(out), | optional | :: | max_mqueues |
Max. number of mqueues. |
|
| integer, | intent(out), | optional | :: | max_messages |
Max. number of messages. |
|
| integer, | intent(out), | optional | :: | max_message_size |
Max. message size [byte]. |