强制 glassfish 使用 UDP(配置或应用程序代码)
嘿伙计们,我对 glassfish 不太熟悉,但我正在尝试解决我们遇到的一个小问题。看起来,当我们的应用程序发送超过一定大小的数据包时,glassfish 是使用 TCP 来执行此操作的。但是,我们希望它始终使用 UDP。
我无法找到有关是否可以更改某些配置参数的任何信息,以便它不会执行此操作。另外,我不确定 glassfish 从什么时候开始使用 TCP。如果我能够弄清楚这一点,我打赌我可以以某种方式更改应用程序,以便数据包不会达到该大小。
任何信息将不胜感激。
编辑:我正在使用 sailfin 和 SIP over UDP。
Hey guys, I am not very familiar with glassfish, but am attempting to resolve a small issue we are having. It seems that when our application is sending packets over a certain size, glassfish is doing so using TCP. However, we want it to always use UDP.
I am having trouble finding any information regarding if there is some configuration parameter we can change so that it will not do this. Also, I am not sure at what point glassfish begins using TCP. If I was able to figure that out, I bet I could somehow alter the application so that the packets would not reach that size.
Any information would be greatly appreciated.
EDIT: I am using sailfin and SIP over UDP.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终找到了以下信息: http://java.net/jira/browse/SAILFIN-2088< /a>
似乎在 1250 处切换到 TCP。该值当前不可配置。
I ended up finding this information: http://java.net/jira/browse/SAILFIN-2088
It seems that it switches to TCP at 1250. This value is not currently configurable.