Relative Content

Tag Archive for dockerdockerfilecontainersudpserversocket

fail connection udp server in docker

I quite new in docker and network and I have a udp servet with two ports for listen and send message and the same in the client side. The goal of this connection is they are synchronising the flags which the server is on a docker container and the client is on local host.
Here is the server code: