Part Number: AM4377
Tool/software: TI-RTOS
Hi,
I am developing software on custom board based on AM4377 processor. There is an ethernet controlled by PRUICSS1.
When writing simple TCP server I noticed strange behavior - function listen(listen_socket, SERVER_MAX_CONNECTIONS) accepedt only 2 first connections (SERVER_MAX_CONNECTIONS = 4, so I ecpected 4 connections to be accepted). Then I checked if this limitation is connected with one particular listen port or it affects to whole system. To do that I've created second instation of server listening on another port and run them both ( let's name it A and B) at same time. I could accept 2 connections by server A or 1 by A and 1 by B or 2 connections by B.
Is this limitation a known issue? If yes, can I change that limit?