Vi.*_*Vi. 10 sockets linux networking
有两个连接的插座.我该如何互连它们?
int client = get_connected_client_socket(); int proxy = get_connected_proxy_socket(); negotiate_with_proxy(proxy); iterconnect(client, proxy); // Now forgot about both client and proxy. // System should handle IO/shutdown/close. // Ideally even without any support of the user-space process.
Linux能做到吗?是否可以通过欺骗连接跟踪来更改现有连接的跟踪状态?
@related 确定我可以写入文件句柄多少; 将数据从一个FH复制到另一个FH