On 8/12/25 1:14 PM, Cyril Hrubis wrote: > Hi! >> We need to set a timeout for recv(), otherwise it will stuck on systems >> which are not bugged. > Or just pass MSG_DONTWAIT to the recv()? > This is a good idea. I will add this - Andrea