Need to Flush the tcp Recv-Q
My application is using the particular port(xxx) and lot's of other servers are reaching the same from the particular port(xxx),because of that my tcp Recv-q in increased in huge and application also started to respond slow,my requirement is to flush the tcp queue by using linux command instead of restarting the application .
|