-
It would be nice if UNIX Sockets were supported as a transport medium, this allows creating safer, easier to manage and more performant IPC client/server communication via MQTT on *nix systems.
I h…
-
Feature gate: `#![feature(tcp_quickack)]`
This is a tracking issue for linux specific socket option `TCP_QUICKACK`
from linux man page TCP:
_"Enable quickack mode if set or disable quic…
-
When a socket is created with `:tcp-keepalive` option set, keepalive timeout does not trigger `timeout-error` on LW in `wait-for-input`. The same however works as expected on CCL backend (using the `s…
-
I've seen smoltcp TCP sockets staying in SynReceived state for a long time, which seems to indicate that smoltcp stack may be vulnerable to [SYN Flood](https://en.wikipedia.org/wiki/SYN_flood) attacks…
-
**Describe the bug**
In k8s cluster, when Redis is restarted eventing-redis use an old socket to connect and there is this error in logs:
```
{"severity":"ERROR","timestamp":"2022-10-03T14:04:38.4…
-
**What is the current behaviour and why should it be changed?**
All Jamulus protocol (non-audio) messages are currently delivered over the same UDP channel as the audio. For most protocol message…
-
**Describe the problem**
The user output in case of missing components is confusing. The use case is: Create Network application with TCP service interface.
_Current Output_:
```
C:/Test/Netwo…
-
I run my code like documentations :
But stream can't appear and socket not send the data
![image](https://github.com/user-attachments/assets/e8586d11-7096-4bca-b46b-c23de397b427)
My Code …
-
We want to support the ability to perform a hot reload of shotover (similar to the way HAProxy and Envoy proxy do), where we can "restart" the executable such that:
- Existing TCP connections from …
-
COPY doesn't respect `statement_timeout`, which for us has led to stalled connections on production. This can also be confirmed locally:
```sh
$ time psql -c "set statement_timeout = '1s'; select pg…