Archived

This forum has been archived. Please start a new discussion on GitHub.

Bind a special ip to client

In currently client can not be bound to a special IP address.
Which is not convenient to simulate more than 64K clients because of the limitation of port range.
So I've to prepare 20 machines for client to create more than 1000,000 connections to server.
My suggestion is to allow client connection to be bound to a special IP address, if so I only need to set 20 IP addresses to one network interface.

thx!