Android 最大 ping 大小小于 64K
用我的 ADP1(版本 1.6)做一些测试,我注意到当它与 wifi(ad.hoc 或路由器)连接时我可以发送的最大 ping 是 57740 字节,不应该是 64K?我认为这与接收缓冲区有关,有人知道如何修改它或如何获取有关它的信息吗?
doing some tests with my ADP1 (version 1.6) I noticed that the maximum ping that I can send when it's connected with wifi (ad.hoc or with a router) is of 57740 bytes, shouldn't be 64K? I think it's related with the receiving buffer, do somebody know how to modify it or how to get information about it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不仅仅 Android 会出现这种情况。请参阅
TCP 连接的最大数据包大小
This isnt the case with Android only. See this
maximum packet size for a TCP connection