Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4
My system specs:
Target: C674x core on Zoom OMAP-L138 eXperimenter kit
OS: Microsoft Windows XP Professional w/ Service Pack 3
Code Composer Studio Version: 4.2.1.00004
DSP/BIOS Version: 5.41.07.24
Code Generation tools: TI v7.0.3
NDK version: 2.0 w/ OMAPL138 NSP version 01.00.00.01
Description of Problem:
I am using the "Network Client Example Application" as the base for a new project. This example application has several servers running on the target. When I create an active connection to one of the servers, the target blocks any other attempted connections until the 1st connection has been terminated. The end goal is to have 4 active clients connected to the target simultaneously.
I specifically have 2 data servers running on the DSP. Each data server creates a TCP listen socket on a unique port. I am trying to connect 1 client to each data server, but cannot since I am afforded only 1 active connection to the target at a time.
Please help,
Conrad