AMD TCPDirect ultra low latency kernel bypass TCP and UDP implementation for AMD Solarflare network adapters, to be used with corresponding versions of Onload®️ at https://github.com/Xilinx-CNS/onload. The stable branch is currently `v8_1`.
Per documentation one stack can have at most max_tcp_endpoints connections.
When listening zocket is created , it's assigned to the stack. All accepted zockets are handled by same stack.
Is it possible to have more than 64 accepted concurrent zockets by same listening zocket?
Per documentation one stack can have at most
max_tcp_endpoints
connections. When listening zocket is created , it's assigned to the stack. All accepted zockets are handled by same stack.Is it possible to have more than 64 accepted concurrent zockets by same listening zocket?