]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc updates
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 9 Apr 2012 11:06:33 +0000 (13:06 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 9 Apr 2012 11:06:33 +0000 (13:06 +0200)
lib/gnutls_int.h

index e9c617db814f50567d93988e715fe8e0f0e5efbe..4a60ae0d8f947929eb738005a2d334800a655a65 100644 (file)
@@ -654,7 +654,7 @@ typedef union
 
 typedef struct
 {
-  /* holds all the data received by the record layer */
+  /* holds all the parsed data received by the record layer */
   mbuffer_head_st record_buffer; 
 
   int handshake_hash_buffer_prev_len;           /* keeps the length of handshake_hash_buffer, excluding
@@ -702,7 +702,7 @@ typedef struct
   /* this buffer holds a record packet -mostly used for
    * non blocking IO.
    */
-  mbuffer_head_st record_recv_buffer;   /* buffer holding the record that is currently 
+  mbuffer_head_st record_recv_buffer;   /* buffer holding the unparsed record that is currently 
                                          * being received */
   mbuffer_head_st record_send_buffer;   /* holds cached data
                                          * for the gnutls_io_write_buffered()