Open uvletter opened 1 year ago
Did you use two different machines? Do you actually use a SmartNIC or do run fstack in VM?
nope, it's on the same physical machine. If you're interested, I would like to show the whole test code.
Message ID: @.***>
The default configuration is optimized for large concurrency. If you only test a single connection, you need to modify some parameter configurations, such as pkt_tx_delay
, etc.
And you're better off testing on two different servers, I don't know how you design your tests on a single service.
In the scene that a server only read data from client, the throughput of server based on Fstack is far less than Linux socket, the example code likes the below:
the client likes this:
If anyone has some ideas about it, thanks!