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-03-30 12:49:37 -06:00
2015-12-28 13:58:45 +09:00
2015-12-28 13:58:45 +09:00
2015-12-28 13:58:45 +09:00
2015-06-23 20:59:57 -07:00
2016-04-28 18:00:52 +05:30
2015-12-28 13:58:45 +09:00
2016-02-15 12:27:24 -05:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00