Xilinx-CNS / tcpdirect

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`.
22 stars 16 forks source link

[Question] Listen for many connections #13

Open vans239 opened 5 months ago

vans239 commented 5 months ago

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?