bytedance / libtpa

Libtpa(Transport Protocol Acceleration), a DPDK based userspace TCP stack implementation.
https://bytedance.github.io/libtpa/
BSD 3-Clause "New" or "Revised" License
87 stars 8 forks source link

Is libtpa compatible with stand tcp protocol? #4

Closed littleneko closed 6 months ago

littleneko commented 6 months ago

Can i only use libtpa on server and the client is linux kernel tcp?

yuanhanliu commented 6 months ago

Yes, you can do that; Libtpa is compatible with standard TCP.