| Author |
Message |
|
|
Posted: Jul 23, 2010 - 08:49 AM |
|

Joined: Dec 29, 2007
Posts: 29
|
|
I've got ethernet up and running using lwIP and FreeRTOS. I've got two threads, one for each port. But when I do nmap on the IP only one port is open. If i restart the device a couple times sometimes the other port is open instead, so it seems like there is some threading issue. I need to be able to on several ports.
Is there a way to solve this? |
|
|
| |
|
|
|
|
|
Posted: Jul 26, 2010 - 10:30 AM |
|

Joined: Dec 29, 2007
Posts: 29
|
|
| Does anybody know how to open multiple ports using lwIP? |
|
|
| |
|
|
|
|
|
Posted: Jul 26, 2010 - 10:55 AM |
|

Joined: Dec 29, 2007
Posts: 29
|
|
| I've solved it. There is a setting called MEMP_NUM_TCP_PCB_LISTEN that puts a limit on this. |
_________________ DERP!
|
| |
|
|
|
|
|
|
|