Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 android-ngn-stack 制作一个 android IMS 客户端,所以我想修改一些标头参数,以便如何在此标头中编辑并删除参数、添加参数、修改参数。
非常感谢,例如,如何将最大转发数设置为 100 而不是 70
可以使用 SipStack 类中的方法 'setMaxFDs' 设置最大转发值:
public boolean setMaxFDs(long max_fds) { return tinyWRAPJNI.SipStack_setMaxFDs(swigCPtr, this, max_fds); }