I would like to open at least 20 TCP/IP connection sequentially.
Connection is opened, data transfered both directions and then connection is closed in one step. I can reach only 16 these steps.
Then error netErrTooManyTCPConnections is returned when attempt to connect server socket.
I tried to reduce netSettingCloseWaitTime to 100 ms but it seems did not affect TCP/IP stack.
At end of test TSP statistics return: ... tcpMaxConn = 16 tcpActiveOpens = 16 tcpPassiveOpens = 0 ... even if all connection were closed properly.
What should I change in my app to overcome this problem?
BTW: I'm testing on real device - m505 (OS 4.0).
Petr
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
