Searched refs:max_outgoing_bytes (Results 1 - 3 of 3) sorted by relevance

/external/dbus/bus/
H A Dbus.h51 long max_outgoing_bytes; /**< How many outgoing bytes can be queued for a single connection */ member in struct:__anon4938
H A Dconfig-parser.c407 parser->limits.max_outgoing_bytes = _DBUS_ONE_MEGABYTE * 127;
1847 else if (strcmp (name, "max_outgoing_bytes") == 0)
1850 parser->limits.max_outgoing_bytes = value;
3009 || a->max_outgoing_bytes == b->max_outgoing_bytes
H A Dbus.c1629 ((dbus_connection_get_outgoing_size (proposed_recipient) > context->limits.max_outgoing_bytes) ||

Completed in 38 milliseconds