Closed mercerme closed 3 years ago
however, if i set the sndhwm as 0 or a huge number like 100000000, the exe will crash. What I want to do is to keep sending real time data to the sub and the rate doesn't need to be high, just 50mb/s will be enough.
I use epgm and pub sub model to send data through the socket. And I find that the data I can send and receive is decided by the value of RCVHWM and SNDHWM, but from the definition of them , I don't think it is reasonable. Can anyone help me about this? here is some of my settings.