Skip to content
Advertisement

Tag: datagram

send and recieve Socket Datagram

I am doing a server and client socket datagram. The client connects to the server and you need to write in the client a string that contains Hello or hello. When the server detects a string with hello or Hello, repplies to the client with another string. The problem is that the client doesn’t read the string that the server

Advertisement