开发者

Poor FTP Performance due to delayed Ack : Solutions exist for Android?

开发者 https://www.devze.com 2023-01-20 18:29 出处:网络
i have a Problem using FTP connection on Android 2.2 devices. My app uses AndFTP via intent and loads data from a FTP Server connected via Wifi to the handset.

i have a Problem using FTP connection on Android 2.2 devices.

My app uses AndFTP via intent and loads data from a FTP Server connected via Wifi to the handset.

The FTP downloadspeed is only 7kByte/s.

I开发者_如何转开发 had the same speed on my Windows XP Notebook, then i changed the delayed acknowledge setting. So now my Notebook reaches 300kbyte/s but i dont know how to adjust the Settings in Android / Linux based OS Systems.

Does anyone know about this latency problems?

Best regards, Rotesmofa

Edit: now i finaly found the SocketOptions for my problem but how to set no_delay? Can i set this in my App or do i have to set it on every device with a terminal tool? Link to the SocketDescription: link text


Okay so for anyone which encounters the same problem look at the specific solutions for your platform for delayed acknowledges. Some more explanations can be found here http://www.stuartcheshire.org/papers/NagleDelayedAck/

Use a specific fix and the speed will return to normal.

Best regards, Rotesmofa

0

精彩评论

暂无评论...
验证码 换一张
取 消