Add @remarks for Tcp Fast Open API 79/184279/2 accepted/tizen/unified/20180820.060038 submit/tizen/20180817.081550
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 17 Jul 2018 02:28:04 +0000 (11:28 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 17 Aug 2018 08:14:03 +0000 (17:14 +0900)
Change-Id: Ie38b1cfbfbe72aec68fbd16c19cd04a52e68b4a1

include/http.h

index 931d602..660a16f 100644 (file)
@@ -754,6 +754,8 @@ int http_transaction_get_server_certificate_verification(http_transaction_h http
 /**
  * @brief Sets the flag to allow TCP Fast Open.
  * @since_tizen 5.0
+ * @remarks TCP Fast Open depends on kernel version.\n
+ *          #HTTP_ERROR_NOT_SUPPORTED error will be returne for kernel version less than 3.13.
  * @param[in] http_transaction The HTTP transaction handle
  * @param[in] enable The flag to enable TCP Fast Open
  * @return @c 0 on success,
@@ -768,6 +770,8 @@ int http_transaction_set_tcp_fastopen(http_transaction_h http_transaction, bool
 /**
  * @brief Gets the flag to allow TCP Fast Open.
  * @since_tizen 5.0
+ * @remarks TCP Fast Open depends on kernel version.\n
+ *          #HTTP_ERROR_NOT_SUPPORTED error will be returned for kernel version less than 3.13.
  * @param[in] http_transaction The HTTP transaction handle
  * @param[out] enable The flag to enable TCP Fast Open
  * @return @c 0 on success,