# Are you experiencing issues with having too many open connections?

## Are you experiencing issues with having too many open connections?

When you have a large network you might see too many open connections at times, mainly during the peer updates. This is mainly caused by endpoint detection on netclient.

Endpoint detection allows the netclient to check if fellow peers in the network can reach over their private addresses, so instead of using the peer's public endpoint, the netclient will automatically switch to the private address/local address of the peer to communicate. During this process, netclient will try to check connectivity over the private addresses of the peers during which you will see a lot of open connections, but they are all closed by netclient immediately.

{% hint style="info" %}
In future releases, we are looking to provide an option to disable auto endpoint detection and also improve the endpoint detection logic which will help resolve this issue. Stay tuned :)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.netmaker.io/help-articles/are-you-experiencing-issues-with-having-too-many-open-connections.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
