Add some more meaningful comments I found in an old file on the lcdproc.org

web site.
This commit is contained in:
mmdolze
2010-11-16 21:51:25 +00:00
parent 67c07b52dd
commit 9c1bde0ece
6 changed files with 28 additions and 7 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
/** \file server/sock.c
* LCDproc sockets code.
* This file contains all the sockets code used by the server. This contains
* the code called upon by main() to initialize the listening socket, as well
* as code to deal with sending messages to clients, maintaining connections,
* accepting new connections, closing dead connections (or connections
* associated with dying/exiting clients), etc.
*/
/* This file is part of LCDd, the lcdproc server.