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/ _______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
