Add comment.
[dcpomatic.git] / src / lib / encode_server_finder.h
index c639dfe3bf3aabdd641ee4295348699ca7cd2b0d..da610bd548397e4aa159d191af5a94310f8c870f 100644 (file)
 
 class Socket;
 
+/** @class EncodeServerFinder
+ *  @brief Locater of encoding servers.
+ *
+ *  This class finds active (i.e. responding) encode servers.  Depending on
+ *  configuration it finds servers by:
+ *
+ *  1. broadcasting a request to the local subnet and
+ *  2. checking to see if any of the configured server hosts are up.
+ */
 class EncodeServerFinder : public Signaller, public ExceptionStore
 {
 public: