Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两台电脑和一台服务器。
他们都在不同的网络上。
服务器连接到两个网络。
我想从 10.0.0.1 发送一个数据包到 10.0.0.253 并通过 10.0.1.253 将该数据包中继到 10.0.1.1
如何在 C# 中实现这一点?
谢谢