-
Is there a way to change the app to work with RTSP over UDP?
-
With [QUIC](https://en.wikipedia.org/wiki/QUIC) becoming a thing, it's reasonable that soon services that traditionally operated over TCP will start operating over UDP. Think `HTTP/3` and `gRPC`.
I…
-
**Is your enhancement proposal related to a problem? Please describe.**
In process_data(), there are three net_packet_socket_input() called, looks redundant for running UDP throughput case.
And can…
-
We are seeing an issue on a Windows machine where `quinn-udp` gives us packets larger than the configured MTU (2540 and 3810). Here is how we split the packets: https://github.com/firezone/firezone/bl…
-
Hi, I'm trying to use this lib to access the [Cloudflare TURN Service](https://developers.cloudflare.com/calls/turn/) but hitting errors for both `TCP` and `UDP`:
```bash
grep version node_modules…
-
I set up a Dominatrix dedicated server on a linux machine. The server is externally visible as I tried to connect to it using vanilla Sin (run from a Windows 10 machine) and the game connected properl…
-
**systemd-socket-proxyd** as of v232 has no support for UDP/`ListenDatagram` sockets. Such support would be nice for installations like in the following example.
There seems to be an private versio…
-
neither TCP or UDP server sockets allow binding to a specific interface or address, eg https://github.com/Hammerspoon/hammerspoon/blob/master/extensions/socket/libsocket_udp.m#L209
it would be nice…
cfal updated
3 months ago
-
I wanted to use userver for a service, requiring UDP multicast messages.
[There is a Socket class for low-level communication.](https://userver.tech/dd/dcf/classengine_1_1io_1_1Socket.html)
But …
-
This is related to #12
It looks like lovejs is trying to make a websocket connection to the same host/port as UDP in native code. It would be cool if I could use regular websockets in both, so I ca…