Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 55 by madcrank.rtf: Problem with send messages using
java.nio.SocketChannel in JDiameter
http://code.google.com/p/jdiameter/issues/detail?id=55
What steps will reproduce the problem?
1. I have two computers with windows 7
2. I wrote simple server and client application based on examples (attached
sources in achrive)
3. Start wireshark, server and client
What is the expected output? What do you see instead?
Client must send 10000 ccr, but in wireshark i see only 200-300 ccr, other
message raised timeouts. If in class TCPTransportClient replace line :
rc = socketChannel.write(bytes);
to
while(bytes.hasRemaining())
rc = socketChannel.write(bytes);
client was sended all 10000 ccr, but very slow.
What version of the product are you using? On what operating system?
Windows 7, client uses lastest sources from master on github, server uses
1.5.0.FINAL
Please provide any additional information below.
I tested client on other diameter server wroted on c++, client send ~7000
ccr, but this server hosted on debian
Attachments:
diameter-client-server.zip 156 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.