mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
The queue length of a new receive port appears to be 2 on Mac OS X 10.10 DP8 14A361c. The value of MACH_PORT_QLIMIT_DEFAULT in the 10.10 SDK is still 5, so a read of the kernel source should be interesting, if we ever get to see it. In the meantime, mach_port_set_attributes() can be used to set a traditional queue length. TEST=util_test MachMessageServer.PersistentNonblockingFourMessages R=rsesek@chromium.org Review URL: https://codereview.chromium.org/584293003