具有多IP接口。如何选择其中之一来建立传出连接?

发布于 2024-10-14 08:51:35 字数 111 浏览 3 评论 0原文

我正在使用具有多个分配的 IP 地址的接口。 我需要建立从此接口到远程侦听 SCTP 套接字的连接(不在多宿主模式下)。

如何选择所需接口的 IP 作为连接源? 应该使用什么标志/套接字选项?

I am working with with an interface with multiple assigned IP addresses.
I need establish a connection from this interface to a remote listening SCTP socket (not in multi-homing mode).

How is it possible to select the desired interface's IP as the source of the connection?
What flag/socket-option should be used?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白龙吟 2024-10-21 08:51:35

您可以使用bind()函数来设置本地IP地址。

You can use the bind() function to set the local IP address.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文