Altera_Forum
Honored Contributor
14 years agoMulti bind()
Hi all....
I'm working with NIOS-II+uC-OS+Iniche Stack and I've a question for you If implemet two different server into two different thread on the SAME ip address but with different port, can I've problems? What do you think about? e.g. first bind (in first thread with priority 1) on 172.12.3.4 and port 14 second bind (in second thread with priority 4) on 172.12.3.4 and port 13 Regards