wayfarer
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12533 from 2003/5/22
    From: Germany
    > I’m experiencing very slow downloads via Wayfarer, [...] the maximum
    > download speed I get is about 1.8 Mb/s [...], [...] if I connect using TRANSFER
    > via SSH (SFTP) to a system on the internal 1 Gbps LAN, I get 20 Mb/s

    As far as I know (jacadcaps may correct me on that), the root cause of this issue has not changed during the last 16 years of MorphZone discussions: ancient overall design of NetStack (especially missing TCP window (re)scaling feature) and the ancient SANA-II interface.
    As the issue is much less severe with local connections, the only feasible workaround is connecting to a proxy (Windows, macOS, Linux...) in the LAN that handles the actual WAN connection.
  • »11.07.26 - 17:50
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Divinity
    Posts: 512 from 2009/9/8
    @jacadcaps
    Thank you so much for showing me how to fix the problem. Now that I’ve enabled a local proxy server, everything is working perfectly :)
    As shown in the image below, the two files are now downloading at 16 Mb/s (vs. 1.8 Mb/s) and 24.5 Mb/s (vs. 4 Mb/s), respectively

    https://gofile.io/d/lNrpa8

    To achieve this, I simply kept the SSH service running on my local host and enabled the proxy on port 8080, creating this simple script to run when needed

    Code:
    #!/bin/bash
    ssh -N -D 192.168.178.45:8080 localhost


    Regarding what was discussed in the thread, I can confirm that YouTube videos at 720p work perfectly for me (without any lag or synchronization issues between video and audio)

    @Andreas_Wolf
    thanks for the explanation; your reply actually answered the very question I was about to ask @jacadcaps about why this happens
    Everything is clearer to me now

    Will it finally be possible to fix this in future versions of MorphOS?
  • »11.07.26 - 18:28
    Profile