In TCP connection(SOCK_STREAM ,BLOCK socket), the send() interface sends 2726 bytes of data, and the receiver uses read(fd, *recv_buf, 10240) to receive data. The problem is tha