-
in logstash-output-udp-3.2.0/lib/logstash/outputs/udp.rb @socket = UDPSocket.new not support ipv6
```ruby
def register
@socket = UDPSocket.new
@codec.on_event do |event, payload|
…
-
## Version
```
│ │ │ ├── tokio v0.2.20
│ │ │ │ └── tokio-macros v0.2.5
│ │ │ └── tokio-util v0.3.1
│ │ │ └── tokio v0.2.20 (*)
│ │ ├── tokio v0.2.20 (*…
-
* **Version**: main branch
* **Platform**: UNIX
Hey,
after scratching my head for a while, I found out that `uv_udp_open()` unconditionally call `uv__set_reuse()`. I don't know if that's intend…
-
@somdoron is this expected?
Below code throws excetion.
static void Main(string[] args)
{
var s = AsyncSocket.Create(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolTy…
-
**Description**
When running multiple containers on the same docker service and same network overlay, each sending and receiving UDP packets from/to every nodes I get Exception "OSError: [Errno…
-
### Is there an already existing issue for this?
- [X] I have searched the existing issues
### Expected behavior
The values `sendBufferSize` and `receiveBufferSize` from the `SocketTransportDescrip…
-
In the platform, trying to turn on lwip debug print statements for sub-systems (e.g., socket, udp, etc.) results in nothing is printed.
If I try to turn on the top-level lwip debug the platform bui…
-
-
### Issue Description
Upon running a simple python server container listening on a UDP socket with an attached podman network, UDP traffic that is being sent to the port does not arrive.
Versions …
-
In a similar fashion to OpenResty's [ngx.socket.tcp](https://github.com/openresty/lua-nginx-module?tab=readme-ov-file#ngxsockettcp)
My use-case for this would be for interacting (populating) Memcac…