在同一台计算机上运行客户端C
和服务器S
进程。他们
通过阻塞套接字进行通信,该套接字通过另一台机器
M
。
C <--> M <--> S
我需要另一个阻塞套接字将我的消息从客户端传递到服务器,而不会通过M。
C <-----> M <----> S <- This is the socket for C to S communication via M
|_ _ _ _ _ _ _ _ _| <- This is what I need to pass some specific message
and it won't pass through M