The Nagle's algorithm can merge together several TCP frames in order to avoid network collapse, is there any way to know the number of merged segments in the sk_buff data structure?Is it given by the user field (that keeps account of number of references to the sk_buff)?
↧