From: Seonah Moon Date: Tue, 17 Jul 2018 02:28:04 +0000 (+0900) Subject: Add @remarks for Tcp Fast Open API X-Git-Tag: submit/tizen/20180817.081550^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F184279%2F2;p=platform%2Fcore%2Fapi%2Fhttp.git Add @remarks for Tcp Fast Open API Change-Id: Ie38b1cfbfbe72aec68fbd16c19cd04a52e68b4a1 --- diff --git a/include/http.h b/include/http.h index 931d602..660a16f 100644 --- a/include/http.h +++ b/include/http.h @@ -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,