CloudNativeDataPlane / cndp

Cloud Native Data Plane (CNDP) is a collection of user space libraries to accelerate packet processing for cloud applications using AF_XDP sockets as the primary I/O..
BSD 3-Clause "New" or "Revised" License
90 stars 32 forks source link

Rust: fixup uds to be on a per port basis #353

Open maryamtahhan opened 1 year ago

maryamtahhan commented 1 year ago

The UDS for handshake negotiation needs to be updated from an application option to an lport option as was implemented in https://github.com/CloudNativeDataPlane/cndp/pull/351

This will unblock the multi port support in K8s