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.
在linux sockets中编程时,我们调用的是标准库socket()、connect()、send()等,但是如果我们有两个网卡连接到同一个局域网,我们可以手动选择一个还是取决于由管理员配置的路由表,我们无法更改或其他?
好吧,您可以使用bind()指定接口,因为每个接口都有其唯一的 IP 地址。