[PATCH] Variables: added $tcpinfo_retrans
    Maxim Dounin 
    mdounin at mdounin.ru
       
    Mon Dec 21 13:26:12 UTC 2015
    
    
  
Hello!
On Mon, Dec 21, 2015 at 03:22:37PM +0300, Valentin V. Bartenev wrote:
> On Saturday 19 December 2015 03:43:28 Alexey Ivanov wrote:
[...]
> > @@ -1053,6 +1056,10 @@
> >         value = ti.tcpi_rcv_space;
> >         break;
> > 
> > +    case 4:
> > +        value = ti.tcpi_retrans;
> > +        break;
> > +
> >     /* suppress warning */
> >     default:
> >         value = 0;
> > 
> 
> What if there is no "tcpi_retrans" field?
Just in case, there is no tcpi_retrans field on FreeBSD.
-- 
Maxim Dounin
http://nginx.org/
    
    
More information about the nginx-devel
mailing list