-
# Background
https://www.youtube.com/watch?v=01ajHxPLxAw
https://en.wikipedia.org/wiki/UDP_hole_punching
A naive implementation of UDP NAT puncturing looks like this
```mermaid
sequenceDiag…
-
This looks like a very promising project! Nice work.
Does it also support RDP over UDP for the remote desktop connection?
-
Server listen at upd port, encoders push MPEG-TS over UDP to server.
Server then can remux the stream to RTMP/FLV/HLS/HDS etc.
The wiki:
https://github.com/ossrs/srs/wiki/v2_CN_Streamer
https://githu…
-
### What is the issue?
My local network does not have UPnP or NAT-PMP. Here is a `tcpdump` on the machine with Tailscale running, it stops if I stop tailscaled:
```
% sudo tcpdump -ni eno1 'udp p…
-
Tailscale usually defaults to port 41641, which people generally like for documentation and ease-of-recognition reasons.
But sometimes dinky NAT devices get overwhelmed when even as many as small h…
-
-
As described in https://github.com/Vrolijk/OSDD/blob/main/packetloss_explained.md Linux does drop UDP packets. There are several ways to optimize UDP traffic like Forward Error Control (FEC) within th…
-
s
-
I want to use the possibility to receive Midi through UDP (or IP).
In your Desktop examples you provide for both the possibility:
- Sending MIDI to the Arduino TCP Server
- Sending MIDI to the Ardu…
-
When a syslog server is unreachable, we see too many of the below error messages (proportional to the number of logs rsyslog gets to process). Since the UDPSend function in omfwd.c tries sending over …