You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Developers and Maintainers, I am a newbie for Networking,
I am using a little lower kernel as a client to curl to gVisor sandbox inside the k8s but found the e.acceptQueue will be quickly fullfield.After that, gVisor using synCookies that correct.
However, after a long time ,the acceptQueue is still full(I have turned off the curl), and I still find that content in the queue.
I think it is because of the conflict between the low version kernel netstack implementation and the operation in gVisor.
Uh oh!
There was an error while loading. Please reload this page.
Description
Hi, Developers and Maintainers, I am a newbie for Networking,
I am using a little lower kernel as a client to curl to gVisor sandbox inside the k8s but found the e.acceptQueue will be quickly fullfield.After that, gVisor using synCookies that correct.
However, after a long time ,the acceptQueue is still full(I have turned off the curl), and I still find that content in the queue.
I think it is because of the conflict between the low version kernel netstack implementation and the operation in gVisor.
But, this is not a problem. The real question is, because of this type of dropping package, the execute path will nerver go to delete as below:
Whenever I use div to set break and to do some observation , always full like the pic belowing:
Thanks for your time to analyze and reply!
Steps to reproduce
using 3.10.107 version kernel as client to curl any service which is exposed
And client must send package without timestamp option.
runsc version
uname
5.4.241 (on pod mother machine)
The text was updated successfully, but these errors were encountered: