You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/07/23 18:14:15 UTC

[GitHub] [trafficserver] elsloo commented on a change in pull request #8088: Allow variable buffer sizes and watermarks with transaction intercept plugins

elsloo commented on a change in pull request #8088:
URL: https://github.com/apache/trafficserver/pull/8088#discussion_r675756102



##########
File path: include/ts/ts.h
##########
@@ -1778,6 +1778,14 @@ tsapi void TSHttpTxnServerIntercept(TSCont contp, TSHttpTxn txnp);
     @param addr Target address of the origin server.
     @param tag A logging tag that can be accessed via the pitag field. May be @c NULL.
     @param id A logging id that can be access via the piid field.
+    @param buffer_index Index for read and write buffers used by PluginVC.
+    @param buffer_water_mark Number of bytes used as the water mark for buffers used by PluginVC.
+ */
+tsapi TSVConn TSHttpConnectPlugin(struct sockaddr const *addr, const char *tag, int64_t id, int64_t buffer_index,
+                                  int64_t buffer_water_mark);

Review comment:
       I just pushed a commit to address this; please take a look at your convenience.




-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org