You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/XDP.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ MsQuic version v2.5 (and below) currently serves 2 simultaneous roles:
160
160
- AF_XDP socket creator and user
161
161
- Privileged XDP rule setter
162
162
163
-
MsQuic version v2.6 (and beyond) will begin to leverage XDP maps, and expose APIs for applications wishing to harden their security
163
+
MsQuic version v2.6 (and beyond) implements integration of XDP maps, and expose APIs for applications wishing to harden their security
164
164
posture and reduce their threat surface by de-coupling.
165
165
166
166
The intention with de-coupling is to have a trusted process create rules and maps, isolating the untrusted process(es) from each other and the rest of the system.
@@ -174,8 +174,8 @@ Find it in the [Global Parameters](./Settings.md#global-parameters) table.
174
174
175
175
### Usage example
176
176
177
-
Below is the general skeleton for XDP map usage with MsQuic.
178
-
For a detailed comprehensive example, see [this sample](https://TODO_jackhe_fix_this)
177
+
The code below is a TL;DR outline of XDP map usage in MsQuic.
178
+
For a detailed comprehensive example, see [this sample.](https://github.com/microsoft/msquic/tree/main/src/tools/quicxdpmapsample)
0 commit comments