get_write_buffer_limits()
Get the high- and low-water limits for write flow control. Return a tuple (low, high)
where low and high are positive number of bytes.
Use set_write_buffer_limits()
to set the limits.
New in version 3.4.2.
get_write_buffer_limits()
Get the high- and low-water limits for write flow control. Return a tuple (low, high)
where low and high are positive number of bytes.
Use set_write_buffer_limits()
to set the limits.
New in version 3.4.2.
Please login to continue.