Forum Discussion
Altera_Forum
Honored Contributor
14 years agoMay I use tcp and udp simultaneously within a iniche stack
May I use tcp and udp simultaneously within a iniche stack? how to implement? //create two task for each like the simple socket server? thanks a lot for your help!
Altera_Forum
Honored Contributor
14 years agoyes. I change the tcp socket to sock_DGRAM.
and I have implemented 1 tcp task and 1 udp task. and they worked well.