Re: [PATCH 2/7] atm: replace del_timer by del_timer_sync

2014-03-26 Thread Vijay Subramanian
> > It seems this timer rearms itself, so this patch wont be enough I fear. > > > Does that matter? It seems del_timer_sync() may be intended to work despite this (i.e. timer will not fire after call to this function). My earlier attempt to fix a similar issue in sch_red.c resulted in this explanat

Re: Doubts about listen backlog and tcp_max_syn_backlog

2013-01-27 Thread Vijay Subramanian
> +{ "ListenDrops", N_("%u SYNs to LISTEN sockets dropped"), opt_number }, > > (see the file debian/patches/CVS-20081003-statistics.c_sync.patch > in the net-tools src) > > i.e., the netstat pkg is printing the value of the TCPEXT MIB counter > that's counting TCPExtListenDrops. > > Theoretica

Re: Doubts about listen backlog and tcp_max_syn_backlog

2013-01-23 Thread Vijay Subramanian
On 23 January 2013 02:47, Leandro Lucarella wrote: > On Tue, Jan 22, 2013 at 02:01:09PM -0800, Rick Jones wrote: >> >>If that is being overflowed, I believe you should be seeing something like: >> >> >> >> 14 SYNs to LISTEN sockets dropped >> >> >> >>in the output of netstat -s on the system o