...
If you need to specify a dedicated port for each acceptor session, you can just give one client one port (say, 8901) to connect and give another client seconds second port (say, 8902) to connect, etc. Hence each will have acceptor session working on dedicated tcp port.
...