Merge branch 'mainstream'
[sliver-openvswitch.git] / lib / rconn.h
index d943203..408cec9 100644 (file)
  * An rconn optionally provides reliable communication, in this sense: the
  * rconn will re-connect, with exponential backoff, when the underlying vconn
  * disconnects.
+ *
+ *
+ * Thread-safety
+ * =============
+ *
+ * Fully thread-safe.
  */
 
 struct vconn;