geom_gate userland utility improvements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
810 B

  1. .TH libssh2_channel_window_write_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2 manual"
  2. .SH NAME
  3. libssh2_channel_window_write_ex - Check the status of the write window
  4. .SH SYNOPSIS
  5. #include <libssh2.h>
  6. unsigned long
  7. libssh2_channel_window_write_ex(LIBSSH2_CHANNEL *channel,
  8. unsigned long *window_size_initial)
  9. .SH DESCRIPTION
  10. Check the status of the write window Returns the number of bytes which may be
  11. safely written on the channel without blocking. 'window_size_initial' (if
  12. passed) will be populated with the size of the initial window as defined by
  13. the channel_open request
  14. .SH RETURN VALUE
  15. Number of bytes which may be safely written on the channel without blocking.
  16. .SH ERRORS
  17. .SH SEE ALSO
  18. .BR libssh2_channel_window_read_ex(3),
  19. .BR libssh2_channel_receive_window_adjust(3)