Conflict between UDP multicast and TCP server
Posted: Mon Nov 12, 2018 9:11 pm
I have a FreeRTOS task for the ipv4 udp multicast rx and an other realize a simple tcp server (both based on the examples). If both task are run the TCP task cant accept connections: Unable to accept connection: errno 113. If only the tcp server is running, it works perfect.
Could be any conflict theoretically between TCP accept() and a configured UDP multicast task? If yes, what could cause this?
Could be any conflict theoretically between TCP accept() and a configured UDP multicast task? If yes, what could cause this?