Changeset 620 for trunk/mio/mio.h

Show
Ignore:
Timestamp:
05/07/08 01:15:08 (5 months ago)
Author:
markdoliner
Message:

Fix a potential memory leak when the remote host closes a TCP
connection. This may not actually be a problem in practice. If it
was it seems like we would have noticed it in valgrind before now
and fixed it already.

I'm also adding a note about my change from revision 619 to the
ChangeLog?, and changing the documentation in mio.h a little to hopefully
make it more clear.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/mio/mio.h

    r576 r620  
    8080 * @brief mio - manage i/o 
    8181 *  
    82  * This used to be something large and all inclusive for 1.2/1.4, 
    83  * but for 1.5 and beyond it is the most simple fd wrapper possible. 
    84  * It is also customized per-app and may be limited/extended depending on needs. 
     82 * This is the most simple fd wrapper possible. It is also customized 
     83 * per-app and may be limited/extended depending on needs. 
     84 * 
     85 * It's basically our own implementation of libevent or libev. 
    8586 *  
    8687 * Usage is pretty simple: