is there a way for a C program on a linux server to count total number of tcp sockets with non-empty SNDBUF, that is non-empty pipe, or in other words, when data transfer is in progress. Obviously this would have to be counted at an "instance"... Good approximation of such number would be fine. Thanks.is there a way for a C program on a linux serve