mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-17 04:50:27 +08:00
8eec7874fd
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