-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chat works, throughput or latency does not #3
Comments
oh, it works but is just slow - maybe the command should output something before 34s has elapsed?
|
That could be a good idea! The slow speeds are probably bc. of a high latency between the peers, SCTP/WebRTC data channels still struggle with that: https://www.google.com/url?sa=t&source=web&rct=j&url=https://researchportal.helsinki.fi/files/167373638/Eskola_webrtc.pdf&ved=2ahUKEwjrxYWV18_3AhUYj4kEHRYpB-kQFnoECAgQAQ&sqi=2&usg=AOvVaw3PSbIeE4dt7iDowj_9tliW and https://groups.google.com/g/discuss-webrtc/c/0synE_0zeCQ |
reopened then |
@matti Thanks for you suggestion; I've added the following log messages on the {"level":"debug","channelID":"weron/throughput/primary","peerID":"39e1cb10-6b0d-412e-8711-bce1112d89e9","time":"2022-05-15T17:07:12+02:00","message":"Started receiving data"}
{"level":"debug","channelID":"weron/throughput/primary","peerID":"39e1cb10-6b0d-412e-8711-bce1112d89e9","time":"2022-05-15T17:07:14+02:00","message":"Acknowledging received data"} Be sure to set the verbosity level appropriately ( |
awesome, thank you! |
running
on two servers works, but throughput or latency just "hangs":
another peer is mac with tailscale and other is linux with tailscale - does tailscale interfere?
The text was updated successfully, but these errors were encountered: