bneradt commented on code in PR #13667:
URL: https://github.com/apache/trafficserver/pull/13667#discussion_r3982884329
##########
doc/admin-guide/files/records.yaml.en.rst:
##########
@@ -2433,6 +2433,29 @@ Security
post body larger than this limit the response will be terminated with
413 - Request Entity Too Large and logged accordingly.
+.. ts:cv:: CONFIG proxy.config.http.log_server_tcp_info INT 0
+ :reloadable:
+
+ Enables sampling of ``TCP_INFO`` on the origin connection, so that the round
+ trip time to the origin can be logged.
Review Comment:
What is the sample rate? Maybe I'm missing it, but I don't see the rate
explained here.
##########
include/iocore/net/NetVConnection.h:
##########
@@ -381,6 +382,21 @@ class NetVConnection : public VConnection, public
PluginUserArgs<TS_USER_ARGS_VC
/** Set the MPTCP state for this connection */
virtual void set_mptcp_state() = 0;
+ /** Read @c TCP_INFO from the underlying socket.
+ *
+ * @param info Filled in only when this returns @c true.
Review Comment:
`@param[out]`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]