hi ,
Regards, Madhan asked 15 Apr '14, 01:48 Madhan edited 15 Apr '14, 01:49 |
One Answer:
to sum it up
If those tcp window drops are a problem in your environment, depends on
If there is a clear difference between JB and KitKat, I tend to say: Could be a bug in android ... Regards answered 15 Apr '14, 03:27 Kurt Knochner ♦ |
Thanks for the quick reply . But if that is the case i must be seein the problem in perf also . But iperf i dont see any issue . (may be it uses fixed window size or set some max value)
if you run iperf on the same Android device, then it could be a problem within the web client 'library' (the part that is used by the browser/os to create/send/receive HTTP requests). If that is the case, iperf would not be affected, as iperf is calling the kernels socket api directly. However, that's all just speculation, as it's only one possible cause for the problem.
I have no knowledge about the android TCP/IP stack internals. So, there might or might not be such a parameter. Please ask google.
can you post a sample capture file somewhere (google drive, dropbox, cloudshark.org)?
web client 'library'
Can u tell me exactly which library would be impacting ? so that i can check that .
I don't know, maybe HttpClient. Please ask the Android folks.