-
At the moment only TCP sockets are nicely supported, but I've had folks reach out with UDP use-cases so it'd be a good idea to at least have basic support for it.
**Implementation Notes**
So we'…
-
### Your environment.
- Version: v0.4.3
- Browser: n/a
### What did you do?
During the work of #46, I noticed that a UDP socket was created for each 3 types of initial candidates, host, srfl…
-
Since #119 made it possible to build DJGPP on DOS naively again. GCC reports several warnings.
## Native compiler
Reports as gcc version 4.7.1
~~Unused function~~
```
gettod.c:363:13: warnin…
-
The easiest way to reproduce this is with using the TCP listener in combination with the `http_ws_server` mock.
**Computer 1**
```bash
$ ./tunnel tcp:0.0.0.0:10080 -r udp:127.0.0.1:51820 -o heade…
-
# python3 socket udp example
socket udp server 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 import socket def socket_udp_server(server_ip: str = '0.0.0.0', server_port: int …
-
### Description / Steps to reproduce the issue
socat -u UDP-L:37771,reuseaddr STDOUT > outfile &
### Expected behavior
No error messages
### Actual behavior
E xioopen_ipdgram_listen(): unknown a…
-
### Before reporting an issue
- [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Are…
-
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|
…
-
There are two bugs in func (h *udpHandler) handleWrite(p *udpPacket) error in file tunnel_out_ssh_udp.go:
1.forget to close udp connection, causing resource leak.
2.The limit of udp connection is 10…
-
I am trying out rosserial_server over UDP (ref #245), mostly successful but getting intermittent errors on messages coming from the remote system.
The error appears when `AsyncReadBuffer::read()` i…