set_send_backlog


Description:

[ Version ( since = "1.2" ) ]
public void set_send_backlog (size_t bytes, uint messages)

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