New version 1.15.0

- Replace some u_int32_t with uint32_t
- Portability fixes to iscsi-perf
- Improved documentation for the tests in README
- Add/fix support for setting task/pdu timeouts and add unit tests for it.
- Add multipath helpers for the test suite and add a simple multipath test
- Skip sending TUR during reconnect, since it can cause the connection to
-   hang.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2015-06-21 08:50:50 -07:00
parent ed17e17f8e
commit 96c00b2178
3 changed files with 11 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ struct iscsi_context;
struct sockaddr;
/* API VERSION */
#define LIBISCSI_API_VERSION (20150510)
#define LIBISCSI_API_VERSION (20150621)
/* FEATURES */
#define LIBISCSI_FEATURE_IOVECTOR (1)