has just realized the communication between two clients (tcp protocol under linux). The implementation idea is very simple, that is, one client sends a message, and the server first read to and then write to another client, and that"s it.
after careful consideration, there is a question as to whether it is possible for the server to send another client to read, directly without read, so that the burden on the server can be reduced.
just got in touch with tcp communication for guidance. Give me an idea or just drop a code.