set_send_backlog
Description:
Set the maximum amount of bytes and messages that will be queued in this.
When the maximum amounts are exceeded, write_data and send_message will return ENOMEM.
A value of 0 for bytes
or messages
means no limits.
Parameters:
this |
a Watch |
bytes |
maximum bytes |
messages |
maximum messages |