| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-09-24 | Fixed a typo of bpf makefile debug option. | tzssangglass | 1 | -1/+1 | |
| 2022-02-16 | QUIC: fixed indentation. | Sergey Kandaurov | 1 | -1/+1 | |
| 2021-03-15 | QUIC: fixed key extraction in bpf. | Vladimir Homutov | 1 | -12/+12 | |
| In case of long header packets, dcid length was not read correctly. While there, macros to parse uint64 was fixed as well as format specifiers to print it in debug mode. Thanks to Gao Yan <gaoyan09@baidu.com>. | |||||
| 2020-12-25 | QUIC: ngx_quic_bpf module. | Vladimir Homutov | 3 | -0/+283 | |
| 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. | |||||
