Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dlm: keep listening connection alive with sctp mode
The connection struct with nodeid 0 is the listening socket, not a connection to another node. The sctp resend function was not checking that the nodeid was valid (non-zero), so it would mistakenly get and resend on the listening connection when nodeid was zero. Signed-off-by: Lidong Zhong <[email protected]> Signed-off-by: David Teigland <[email protected]>
- Loading branch information