F
folksvan
Guest
i want to write two programs, a server and a client. the server creates a socket in the Internet domain bound to port SERVER_PORT. the server receives requests from a client through this socket, shows the IP address of the client, and allows the user on its side to send a message to the client. the message received from the client must be displayed on the server side (screen). In both programs the data sent or received must be displayed on the screen.
thanks
thanks