-
### What is the issue?
With magicDNS enabled (Use Tailscale DNS Settings is Checked), DNS resolution on the host becomes completely unresponsive, although connections by IP address (both public and t…
-
I still have to decide how to react when Graylog2 is not running.
Right now log2gelf will start sending UDP messages (i.e. consume log data) and then receive the ICMP feedback as 'connection refused'.…
-
Hey Alex! I just released [BenchmarkNet](https://github.com/nxrighthere/BenchmarkNet) for stress testing the reliable UDP networking solutions (including MiniUDP). If you are interested, [here's](http…
-
I'm pretty sure this is related to https://github.com/Jigsaw-Code/outline-client/issues/882 and https://github.com/Jigsaw-Code/outline-client/issues/1476.
When testing the Outline VPN Android clien…
-
Caching of lookup failures has some caching implications which are different to positive lookups, e.g. what does a timeout imply? The probable meaning is different on udp vs tcp based protocol - is t…
-
As I understand, currently only http and websocket for the realtime are implemented, although nakama server supports TCP and UDP too. ¿Are there any plans on supporting UDP transport for allowing unre…
-
### What do you want to happen?
We're currently using WebSockets for multiplayer gaming. We would love to use [WebTransport](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport_API) instead…
-
UDP is by nature is not reliable compared to TCP.
However, UDP have much better performance compared to TCP. Changes to the cache **must** be communicated out as quick possible.
McCache need a re…
-
Dragonboat currently uses TCP based transport for exchanging Raft messages between NodeHost instances. Such strictly ordered reliable transport is not actually required.
The existing TCP based tra…
-
I find it problematic to run a busy-loop while waiting for transmission or timeout at the end of `UdpSocket::send()`.
My expectation would be that execution can continue and the next attempt to send …