Hello,<br>I am wondering about the calculation of the ring buffer size, specifically in recv_tcp_stream and recv_udp_stream<br><br>1) In recv_tcp_stream, it is calculated and set to the default value of 1+(lsr_size/recv_size). But in recv_udp_stream this is always set to 1- is there a reason for this?<br>
<br>2) Is there a way to specify the number of elements I want in the netserver ring buffer (directly, without setting it indirectly using socket and message sizes) - I think -W sets the send and recv ring buffer sizes for the netperf - but not netserver.<br>
<br>Thanks.<br>