face: EthernetChannel
Change-Id: I8d9be571a2b0abe0cfad09756ea6c691e0679450
Refs: #4011
diff --git a/daemon/face/unix-stream-channel.hpp b/daemon/face/unix-stream-channel.hpp
index 310030b..e396d8e 100644
--- a/daemon/face/unix-stream-channel.hpp
+++ b/daemon/face/unix-stream-channel.hpp
@@ -82,13 +82,19 @@
}
/**
- * \brief Enable listening on the local endpoint, accept connections,
- * and create faces when a connection is made
+ * \brief Start listening
+ *
+ * Enable listening on the Unix socket, waiting for incoming connections,
+ * and creating a face when a connection is made.
+ *
+ * Faces created in this way will have on-demand persistency.
+ *
* \param onFaceCreated Callback to notify successful creation of the face
* \param onAcceptFailed Callback to notify when channel fails (accept call
* returns an error)
* \param backlog The maximum length of the queue of pending incoming
* connections
+ * \throw Error
*/
void
listen(const FaceCreatedCallback& onFaceCreated,