|
From: Roberto D. <rd...@ti...> - 2007-10-01 07:02:56
|
Hi all.. I am trying to run an application under valgrind which uses udp.. my problem is that when I do this I find I have a lot of udp packet loss. The kernel is telling me I am losing exactly 35 packets.. increasing the udp buffer size like this: (80 Mb which I think it should be enough) sysctl -w net.core.rmem_max=83886080 Is not helping at all.. Any ideas please? since the application is not getting the packets its not running the same so I can not debug very well. Thank you very much Roberto |