[sctp-dev] How to reduce time between message received and SCTPSACK sent
Dennis Hjort
dennis.hjort at ericsson.com
Wed Oct 28 22:55:52 PDT 2009
Hi,
I'm not really sure if it helps you in your case, but when we've done some
tests with small packetsizes, we needed to set the
<http://openjdk.java.net/projects/sctp/javadoc/b10/com/sun/nio/sctp/SctpSock
etOption.html> SctpSocketOption<
<http://download.java.net/jdk7/docs/api/java/lang/Boolean.html?is-external=t
rue> Boolean> SCTP_NODELAY
to true, disabling Nagle Algorithm, to boost performance, as we mainly use
SCTP for control-signalling, thus using several small
packets spread over time, and the Nagle Algorithm wants to pack several
chunks together to improve performance, ie not useful in our case.
// D
_____
From: sctp-dev-bounces at openjdk.java.net
[mailto:sctp-dev-bounces at openjdk.java.net] On Behalf Of Chathurika Sandarenu
Sent: den 29 oktober 2009 06:26
To: sctp-dev at openjdk.java.net
Subject: [sctp-dev] How to reduce time between message received and SCTPSACK
sent
Hi,
I'm using OpenJDK SCTP to develop sigtran application. I have a small issue
SCTP SACK message. When a data message is received at SCTP it acknowledges
that with a SACK, the issue I'm having is that there is a always 200ms delay
between request receiving and SACK sending.
Is there a way I can reduce this delay?
I've attached the traces with this mail.
Thanks in advance.
regards,
Sandarenu.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/sctp-dev/attachments/20091029/8c5ff50c/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4876 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/sctp-dev/attachments/20091029/8c5ff50c/attachment.bin
More information about the sctp-dev
mailing list