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
Post a Comment