|
|
|
|
|
by alexkus
4864 days ago
|
|
You don't need any special tricks in the backend. The only limits on the backend are the number of file descriptors. You only need special tricks when you want to simulate a large number of client connections from a single machine (or bunch of machines). The client(s) have a requirement of a unique IP/source-port combination; not the server. |
|