-
**Describe the problem**
There are many cases where one would want to know the round-trip delay time on each connection in WebRTC. If I'm not entirely mistaken, none of the built-in delay statistics …
-
The current specification does not allow for good use of _Cache Control_ i.e., client side caching, which is inefficient in production environments. The specification should add a GET request for infe…
-
### What did you do?
Hi,
I test the signaling delay in a poor network with signaling round trip time, dataChannel has a poor performance compared to websocket and kcp.
rtt = recv(timestamp)-send(t…
-
### Port, board and/or hardware
W5500-EVB-PICO
### MicroPython version
MicroPython v1.23.0 on 2024-06-02; W5500-EVB-Pico with RP2040
### Reproduction
Master Code running on a PC:
```
import s…
-
### Node.js Version
18.20.4
### NPM Version
10.7.0
### Operating System
ubuntu 22.04
### Subsystem
buffer, events, process, stream, v8
### Description
Data transfer of 4K frames (3840 * 2160 …
-
Testing transactions in a small multi region cluster, and have noticed that in a such case the time to complete a transaction is substantial.
A simplest way to illustrate the problem is to start up a…
-
OS: Linux / Ubuntu 16.04
I'm experiencing a delay of about two seconds from the time I'm requesting the explorer to the time the buffer-selection window comes up. This applies only when the files (…
-
With ver 1.9.10 I have noticed that, when using ws-send on an element to send to an open websocket connection, using hx-trigger="load", the message is sent twice. For example:
```
```
…
-
I added this configuration in the .env file to enable statistics.
DOLIBRI_REST_ENABLED=true
And add this ports under "jvb" in the docker-compose.yml
ports:
- '${JVB_PORT}:${JVB_PORT}/udp'
…
-
Hi,
I'd like to use mosh to comunicate with a spacecraft on the moon. The problem is that round trip time earth->moon->earth is between 3 and 4 seconds.
What I already did is changing MAX_RTO in…