nginx/auto/os
Vladimir Homutov c4f31ccca1 QUIC: ngx_quic_bpf module.
The quic kernel bpf helper inspects packet payload for DCID, extracts key
and routes the packet into socket matching the key.

Due to reuseport feature, each worker owns a personal socket, which is
identified by the same key, used to create DCID.

BPF objects are locked in RAM and are subject to RLIMIT_MEMLOCK.
The "ulimit -l" command may be used to setup proper limits, if maps
cannot be created with EPERM or updated with ETOOLONG.
2020-12-25 15:01:15 +03:00
..
conf Configure: set default cacheline size to 64 for aarch64 platforms. 2017-12-11 15:05:35 +00:00
darwin Enabled IPV6_RECVPKTINFO / IPV6_PKTINFO on macOS. 2017-04-17 14:42:12 +03:00
freebsd Removed the obsolete aio module. 2015-04-22 18:57:32 +03:00
linux QUIC: ngx_quic_bpf module. 2020-12-25 15:01:15 +03:00
solaris Configure: fix build with -Werror=unused-but-set-variable. 2016-06-27 15:00:03 -07:00
win32 Win32: enabled both select and poll on Windows by default. 2019-01-24 22:00:13 +03:00