Yuanhan Liu

Results 7 comments of Yuanhan Liu

Regarding question 1, I haven't tried centos yet. However, you might want to check the next branch; I've made it work with Fedora 39. You probably need to install some...

We have no plans for SSL yet. Question 2 is a huge topic. I'll try to make it short. The key difference of Libtpa and F-Stack (and all other open...

Unfortunately, Libtpa should not work on ec2 as it relies on a NIC feature. Libtpa currently works with Mellanox and Intel E810 NIC only.

You might want to check the next branch, which already supports Intel NIC (E810 only though)

The basic idea is to trigger the tpa_zreadv API call, which will return -1 (with the corrseponding errno) in the end to trigger the close procedure.

> i find libtpa use bind to solve server port allocation, so how to deal with client side.. It works the same for active connections. Once an ephemeral is taken...

Yes, as said earlier, Libtpa uses the bind() API to reserve one specific port for one Libtpa instance. Once a port is occupied by a Libtpa instance, no other Libtpa...