pub const FAST_UDP_WAIT_MANY_MAXIMUM_ITEMS: u32 = 63;
Expand description

Constant bounding the number of eventpairs returned by Netstack to clients of the fast protocol.

Set equal to ZX_WAIT_MANY_MAXIMUM_ITEMS - 1, where ZX_WAIT_MANY_MAXIMUM_ITEMS is defined in //zircon/system/public/zircon/types.h and bounds the number of eventpairs in a single call to zx_object_wait_many. The bias leaves room to allow clients to wait for errors on the zircon socket in the same call.