The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




Thread: UDP errors
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 12-20-2008
sumitpandya sumitpandya is offline
Registered User
  
 

Join Date: Mar 2006
Location: Ahmedabad
Posts: 125
It means application is slow in processing of that heavy UDP requests/data. There can be 3 solutions
1> Identify if there is flooding on your application; snoop, tcpdump or firewall
2> Increase kernel socket buffer size; ndd for Solaris and sysctl for Linux
3> Increase processing Threads/Child in your application.