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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user