| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-09-24 | Fixed a typo of bpf makefile debug option. | tzssangglass | 1 | -1/+1 | |
| 2020-12-25 | QUIC: ngx_quic_bpf module. | Vladimir Homutov | 1 | -0/+30 | |
| 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. | |||||
