Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nginx进程发起tcp连接,双向数据包不在同一个进程? #19

Closed
licko opened this issue May 26, 2017 · 1 comment
Closed

Comments

@licko
Copy link

licko commented May 26, 2017

   在测试nginx时,启动了2个nginx进程,进程A对应接收队列0,发送队列0;进程B对应接收队列1,发送队列1.进程A发起tcp 时,有时从外部服务器回的tcp报文被接收队列1收到,进入了进程B,但B没有tcp会话,就会reset这个连接,这个问题怎么解决呢?
  在in_pcb.c 端口分配时执行了ff_rss_check,感觉是要保证回来的数据包进入同一个进程,但我测试没有成功。
@derness
Copy link
Contributor

derness commented May 26, 2017

I really suggest you reopen your issue that people all around the world can understand it.
Tips:please provide more details about your system such as configuration,NIC,and so on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants