bneradt commented on code in PR #10688: URL: https://github.com/apache/trafficserver/pull/10688#discussion_r1383777028
########## include/iocore/net/ConnectionTracker.h: ########## @@ -43,10 +44,11 @@ #include "iocore/net/SessionSharingAPIEnums.h" /** - * Singleton class to keep track of the number of outbound connections. + * Singleton class to keep track of the number of inbound and outbound connections. * * Outbound connections are divided in to equivalence classes (called "groups" here) based on the - * session matching setting. Tracking data is stored for each group. + * session matching setting. Tracking data is stored for each group. Inbound connections always Review Comment: Yeah, that sounds good. -- 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]
