You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having troubles with satellite Internet that shapes every single TCP-connection up to 4 Mbps, and since every program connects to server-side via 1 TCP-connection, resulting speed is very slow...
V2Ray has a multiplexing option, but as per documentation it only reduces handshake, not the total throughput, that could be done by slicing original data between TCP-connections, established between server and client.
There is such a thing like Performance Enhancing Proxy (PEP), for instance Xiplink XA-10K, that does slicing, but the cost of 10000$ for two pcs...
So, to make it clear once again:
The server prefetches 3KB of data
The server send to client 3KB of data, the server open multithreaded transfer with 3 connections, send 1KB of data per thread to each connection
The client receives 1KBx3, and combine them to the original 3KB data
The latency is not important as long as the transfer rate is good.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone!
Having troubles with satellite Internet that shapes every single TCP-connection up to 4 Mbps, and since every program connects to server-side via 1 TCP-connection, resulting speed is very slow...
V2Ray has a multiplexing option, but as per documentation it only reduces handshake, not the total throughput, that could be done by slicing original data between TCP-connections, established between server and client.
There is such a thing like Performance Enhancing Proxy (PEP), for instance Xiplink XA-10K, that does slicing, but the cost of 10000$ for two pcs...
So, to make it clear once again:
The latency is not important as long as the transfer rate is good.
Beta Was this translation helpful? Give feedback.
All reactions