黑莓 IPPP 连接的最大字节数
我正在尝试确定通过 BlackBerry 连接的 BES 进行 IPPP 连接所允许的最大 KB 数。
在开发环境中,我可以通过“rimpublic.property”文件内的“IPPPP.connection.MaxNumberOfKBytesToSend”变量进行检查。
有谁知道如何在现场运行的设备上检测到这一点?
谢谢,
丹
I'm trying to determine the max number of KB allowed for an IPPP connection through a BES a BlackBerry is connected to.
In a develoment environment, I can check this via the 'IPPP.connection.MaxNumberOfKBytesToSend' variable inside the 'rimpublic.property' file.
Does anyone know how to detect this on a device running in the field?
Thanks,
Dan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Blackberry Manager 中的“服务器”下应该有一个 MDS 服务条目。选择该选项,然后选择右侧的“编辑属性”。在选项中的“流量控制”下,您将找到“最大 KB/连接”选项。这在 BES 中相当于 MDS 模拟器属性文件中的
IPPPP.connection.MaxNumberOfKBytesToSend
。In Blackberry Manager under Servers there should be an entry for your MDS service. Select that then select Edit Properties on the right. In the options, under Flow Control, you will find the Maximum KB/Connection option. This is the BES equivalent to
IPPP.connection.MaxNumberOfKBytesToSend
in the MDS simulator properties file.