AltraMayor / AltraMayor/gatekeeper

Have a BPF example for QUIC

オープン
#432 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
Documentation
主要言語
C
スター
1.6k
フォーク
252
PR マージ指標
30日以内にマージされた PR はありません

説明

Soon the QUIC protocol will become an Internet standard; one can track the status of all related RFCs [here](https://datatracker.ietf.org/wg/quic/documents/). Therefore, we need a BPF example for QUIC, so users can support it in their policies.

Questions to consider in the writing of the BPF example:
1. How to avoid the analog of TCP SYN floods?
2. The initial QUIC packets have a specific minimum length, so the BPF program could quickly verify this requirement.
3. What else can be validated in the protocol? For example, is there a way to avoid the equivalent of a TCP SYN+ACK packet going to a listening socket?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。