-
SOCKS peers only allow TCP and TLS, despite every protocol based on TCP and UDP being supported by SOCKS itself. Generalizing SOCKS peers to work with all TCP/UDP based protocols would open support to…
-
Hello CX Ansible Team,
I'm having trouble using the `tcp_flags` parameter now that the `tcp_established` bool has been depreciated.
I have the following in my playbook:
```
- name: "Dep…
-
```
static_resources:
listeners:
- name: envoy-gateway-proxy-ready-0.0.0.0-19001
address:
socket_address:
add…
-
**Describe the feature request**
Making connection to upstreams services (envoy clusters) encapsulated in PROXY protocol.
Feature was requested at forums at least 2 times and I saw some stackoverflo…
-
Using Cilium v1.17 (I don't recall the patch version), I noticed that the policy correlation feature (https://github.com/cilium/cilium/issues/26438) logs some network policies but not all.
According …
-
Proposal to be reviewed:
- Use `\0` as a line prefix for advanced protocol.
- Advanced protocol supports commands, including stats.
- Advanced protocol allows to specify tags, ask for acknowledgement(…
-
After an update to the latest gcore terraform version, I see a change in `gcore_k8sv2` that is unexpected. All security group rules will be removed (seems to be a new entity in `gcore_k8sv2`).
Shou…
-
**Details:**
I would like to connect to an oracle database behind an oracle connection manager with the following connection URL:
`jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=OFF)(F…
-
Example in aspire repo:
https://github.com/dotnet/aspire/blob/4c91f09e9c7f84e73eca6932f550475309155abd/tests/Aspire.Hosting.Redis.Tests/AddRedisTests.cs#L96-L120
```csharp
[Fact]
public async…
-
### Description
Implement a simple TCP protocol to open a TCP connection and retrieve data from the client.
- Consider a function named as client() as the client and the function named server() as…