mtcp-stack / mtcp

mTCP: A Highly Scalable User-level TCP Stack for Multicore Systems
Other
1.99k stars 436 forks source link

How to send requests to epserver #323

Open sulaimansuhas opened 2 years ago

sulaimansuhas commented 2 years ago

I am currently running mTCP with netmap. My epserver seems to start fine but I am a bit confused on how to query it from a client. I am planning to use wrk as a http request generator from another node on the same network, but I'm not sure how to what IP address or port I have to address it too. (Especially since my NIC loses its ip address once insert the custom network driver). Any help would be much appreciated.

Regards, Suhas