How to determine UDP socket buffer size in C#? -


i'll sending udp packets (1500 bytes) of ecg data continuously 5 minutes. safe socket.receivebuffersize use? i'll filtering data , plotting data comes in. want prevent buffer issues.

if want prevent issues need use tcp. in case using udp posibly loss data or wrong sequence of packets.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -