Skip to content

Commit bea82cb

Browse files
Add changelog fragments for PR 756
1 parent 6374aff commit bea82cb

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Added a ``pylibsshext.session.connect()`` parameter
2+
``open_session_retries`` -- by :user:`justin-stephenson`.
3+
4+
The ``open_session_retries`` session ``connect()``
5+
parameter allows a configurable number of retries if
6+
libssh ``ssh_channel_open_session()`` returns ``SSH_AGAIN``.
7+
The default option value is 0, no retries will be
8+
attempted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Added a ``pylibsshext.session.connect()`` parameter
2+
``timeout_usec`` to set ``SSH_OPTIONS_TIMEOUT_USEC``.
3+
4+
This allows setting the ``SSH_OPTIONS_TIMEOUT_USEC``
5+
ssh option, though ``SSH_OPTIONS_TIMEOUT`` is a more
6+
practical option.
7+
8+
-- by :user:`justin-stephenson`

0 commit comments

Comments
 (0)