SolidWallOfCode commented on code in PR #10688: URL: https://github.com/apache/trafficserver/pull/10688#discussion_r1383770475
########## 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: Maybe something more like "connections are divided into equivalence classes ... For outbound connections groups will vary based on session matching. For inbound a group is always based on the remote IP address". -- 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]
