Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
I have implement two tcp task,and it works well.
next: implement a tcp task and a udp task. - Altera_Forum
Honored Contributor
Sure, you can.
What's the problem? If you already implemented two tcp tasks, you only need to change one socket from SOCK_STREAM to SOCK_DGRAM - Altera_Forum
Honored Contributor
yes. I change the tcp socket to sock_DGRAM.
and I have implemented 1 tcp task and 1 udp task. and they worked well.