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

TCP client connection cancelling and attempts #509

Open
hannesm opened this issue Oct 24, 2023 · 0 comments
Open

TCP client connection cancelling and attempts #509

hannesm opened this issue Oct 24, 2023 · 0 comments

Comments

@hannesm
Copy link
Member

hannesm commented Oct 24, 2023

Hey,

I try to connect to a remote host via TCP which is not open for these, and have some retrying logic in place (every 5 seconds). What I see is a connection refused.

Now, it looks like the TCP stack itself does retry sending packets there... at least I see quite some memory usage, and the following lines in my syslog:

Oct 24 08:31:57 <daemon.err> dns_server_mirage error connection attempt was refused while establishing tcp connection to <remote-ip>
Oct 24 08:32:28 <daemon.err> beast syslogd: last message repeated 245168 times
Oct 24 08:34:12 <daemon.err> beast syslogd: last message repeated 797340 times

And after < 30 minutes the whole unikernel reboots due to being out of memory.

Please note: I use tcpip as released in v8.0.0. And also note that I do not have any plans to investigate this issue further, this is mainly for documentation purposes.

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

1 participant