New version 1.20.3
When queueing the first PDU to an idle socket, immediately try to write it to the socket instead of waiting for the event-loop to timeout/notice there is work to do. Various other small bugfixes. Signed-off-by: sahlberg <sahlberg@r10-0-1.rocky10.sahlberg>
This commit is contained in:
committed by
Ronnie Sahlberg
parent
a8c3920ab8
commit
46631b9083
@@ -47,7 +47,7 @@ endif
|
||||
EXTRA_libiscsi_la_DEPENDENCIES = libiscsi.syms
|
||||
|
||||
SOCURRENT=11
|
||||
SOREVISON=1
|
||||
SOREVISON=2
|
||||
SOAGE=0
|
||||
libiscsi_la_LDFLAGS = \
|
||||
-version-info $(SOCURRENT):$(SOREVISON):$(SOAGE) -bindir $(bindir) \
|
||||
|
||||
Reference in New Issue
Block a user