]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
documented parameters
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 1 Aug 2013 15:42:54 +0000 (17:42 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 1 Aug 2013 15:42:54 +0000 (17:42 +0200)
lib/gnutls_record.c

index 537a0d7dd0e9d8b34f1a0dcef6efa3c0830fb7b1..d261585e22ebf027599b624c92aec36f2f5f0e89 100644 (file)
@@ -422,6 +422,14 @@ sequence_increment (gnutls_session_t session,
  * send (if called by the user the Content is specific)
  * It is intended to transfer data, under the current session.    
  *
+ * @type: The content type to send
+ * @htype: If this is a handshake message then the handshake type
+ * @epoch_rel: %EPOCH_READ_* or %EPOCH_WRITE_*
+ * @data: the data to be sent
+ * @data_size: the size of the @data
+ * @target_length: @data_size + minimum required padding
+ * @mflags: zero or %MBUFFER_FLUSH
+ *
  * Oct 30 2001: Removed capability to send data more than MAX_RECORD_SIZE.
  * This makes the function much easier to read, and more error resistant
  * (there were cases were the old function could mess everything up).