Skip to content

Commit

Permalink
add RDMA
Browse files Browse the repository at this point in the history
  • Loading branch information
smallnest committed Nov 30, 2024
1 parent aa4adea commit ab28e0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/listener_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (

func init() {
makeListeners["iouring"] = iouringMakeListener
makeListeners["rdma"] = rdmaMakeListener
}

// iouringMakeListener creates a new listener using io_uring.
Expand Down

0 comments on commit ab28e0e

Please sign in to comment.