Boolean, is the channel buffer full?
int relay_buf_full(struct rchan_buf * buf);
buf
channel buffer
Returns 1 if the buffer is full, 0 otherwise.