Skip to content

Commit 85a2b71

Browse files
committed
add AF_XDP socket doc
1 parent 4863a6c commit 85a2b71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pulsebeam-runtime/src/net.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ impl<'a> UnifiedSocket<'a> {
118118
/// TODO:
119119
/// * Evaluate quinn-udp
120120
/// * Evaluate XDP
121+
/// * Evaluate AF_XDP Socket (XSK)
121122
/// * Evaluate io-uring
122123
pub struct UdpTransport<'a> {
123124
sock: tokio::net::UdpSocket,

0 commit comments

Comments
 (0)