comparison src/stream/ngx_stream.c @ 8786:d514f88053e5 quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 28 May 2021 13:33:08 +0300
parents 9ebeed8cd1b8 2ab7b55ae4a0
children c2f5d79cde64
comparison
equal deleted inserted replaced
8785:e6c26cb4d38b 8786:d514f88053e5
508 508
509 #if (NGX_HAVE_INET6) 509 #if (NGX_HAVE_INET6)
510 ls->ipv6only = addr[i].opt.ipv6only; 510 ls->ipv6only = addr[i].opt.ipv6only;
511 #endif 511 #endif
512 512
513 #if (NGX_HAVE_TCP_FASTOPEN)
514 ls->fastopen = addr[i].opt.fastopen;
515 #endif
516
513 #if (NGX_HAVE_REUSEPORT) 517 #if (NGX_HAVE_REUSEPORT)
514 ls->reuseport = addr[i].opt.reuseport; 518 ls->reuseport = addr[i].opt.reuseport;
515 #endif 519 #endif
516 520
517 #if (NGX_STREAM_QUIC) 521 #if (NGX_STREAM_QUIC)