On Tue, Apr 28, 2015 at 7:23 PM, Eric Dumazet <[email protected]> wrote: > Some Congestion Control modules can provide per flow information, > but current way to get this information is to use netlink. > > Like TCP_INFO, let's add TCP_CC_INFO so that applications can > issue a getsockopt() if they have a socket file descriptor, > instead of playing complex netlink games. > > Sample usage would be : > > union tcp_cc_info info; > socklen_t len = sizeof(info); > > if (getsockopt(fd, SOL_TCP, TCP_CC_INFO, &info, &len) == -1) > > Signed-off-by: Eric Dumazet <[email protected]> > Cc: Yuchung Cheng <[email protected]> > Cc: Neal Cardwell <[email protected]> > ---
Acked-by: Neal Cardwell <[email protected]> A very useful facility. Thanks for putting this together, Eric! neal -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
