gpt4 book ai didi

linux - 是否可以将套接字与 NIC 队列绑定(bind)?

转载 作者:可可西里 更新时间:2023-11-01 02:51:50 24 4
gpt4 key购买 nike

当我打开一个新的套接字时,linux 系统会自动将它绑定(bind)到一个 NIC 队列。目前我有两个套接字,我想将它们绑定(bind)到两个不同的 NIC 队列。我的问题是

1)是否可以通过编程方式或使用一些 linux 命令将套接字绑定(bind)到 nic 队列。

2) 如果是这样,请指导我正确的方向。

最佳答案

when i open a new socket linux system automatically bind it to a NIC queue.

不,它没有。您可以将它 bind() 到本地 IP 地址,或者系统会在您连接套接字时自动为您执行此操作(对于 TCP),或者首先从它发送(对于 UDP)。

Currently i have two sockets and i want to bind them to two different NIC queues. My question is

1)Is it possible to bind sockets to nic queue programmatically or using some linux command.

是的,见上文。

2)If so please guide me in the right direction.

见上文。

关于linux - 是否可以将套接字与 NIC 队列绑定(bind)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27980210/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com