Added more comments.

This commit is contained in:
Markus Makela 2015-06-15 16:16:48 +03:00
parent f602121459
commit 9b0a5f1328

View File

@ -1032,9 +1032,10 @@ return_n:
/**
* General purpose read routine to read data from a socket in the
* Descriptor Control Block and append it to a linked list of buffers.
* The list may be empty, in which case *head == NULL
* General purpose read routine to read data from a socket through the SSL
* structure lined with this DCB and append it to a linked list of buffers.
* The list may be empty, in which case *head == NULL. The SSL structure should
* be initialized and the SSL handshake should be done.
*
* @param dcb The DCB to read from
* @param head Pointer to linked list to append data to