1
1
George Bosilca 3445577f4c Avoid race conditions during BTP TCP handshake.
In some rare cases when a process receives the connect ack while
locally updating the peer endpoint structure, we could drop the
incomming connect ack due to the fact that the send handler is
protected with a try lock (on the endpoint) and our initial send
event was not persistent. Making the send event persistent solves
all issues.
2016-05-01 14:19:29 -04:00
..
2015-06-23 20:59:57 -07:00
2016-04-22 15:58:27 -07:00
2015-06-23 20:59:57 -07:00