1 <h2>mach_port_limits
</h2>
4 <strong>Structure
</strong> - Specifies a port's resource and message queue limits.
7 <strong>struct mach_port_limits
</strong>
9 <strong>mach_port_msgcount_t
</strong> <var>queue_limit
</var><strong>;
</strong>
12 <strong>typedef struct mach_port_limits* mach_port_limits_t;
</strong>
16 <dt> <var>queue_limit
</var>
18 Number of messages allowed to be on the message queue at any given
19 time. Attempts to queue more messages than this limit will block.
23 The
<strong>mach_port_limits
</strong> structure defines various limits
24 governing the messages that can be sent through the port. (In the current
25 implementation, the structure maintains only a queue length limit.)
26 <h3>RELATED INFORMATION
</h3>
29 <a href=
"mach_port_get_attributes.html"><strong>mach_port_get_attributes
</strong></a>,
30 <a href=
"mach_port_set_attributes.html"><strong>mach_port_set_attributes
</strong></a>.
33 <a href=
"mach_port_qos.html"><strong>mach_port_qos
</strong></a>.