Age | Commit message (Collapse) | Author |
|
-I INTERVAL option inserts sleep for interval (seconds) between
SSH connection attempts (issue #7).
|
|
This commit introduce SSH_OPTIONS_CCALGO option to the libssh patch
and add -g CONGESTION option to mscp.
|
|
- fix libmscp install path by setup.py with data_files
- fix return values of mscp_get_stats()
- add examples directory for mscp python binding
|
|
|
|
|
|
pymscp also accepts keyword 'max_startups' (int).
|
|
|
|
|
|
|
|
ToDo: memory for struct instance in pymscp.c is not released until
mscp.free() is called. It is memory leak in a typical pyhotn usage.
Use python extension refcnt instead.
|
|
pymscp is a C Python wrapper for libmscp functions. mscp module
provides simple (?) Python API.
|
|
|