OpenSolaris

Printable Version Enter a New Search
Bug ID 6746736
Synopsis During retransmision, SCTP may not send out new message even if it can
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:tcp-ip
Keywords rtiq_reviewed | sctp
Responsible Engineer George Shepherd
Reported Against
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_104
Fixed In snv_104
Release Fixed solaris_nevada(snv_104) , solaris_10u8(s10u8_01) (Bug ID:2167143)
Related Bugs
Submit Date 10-September-2008
Last Update Date 29-August-2009
Description
Suppose the following sequence happens.

1. App sends a small message X.
2. X is lost.
3. App sends another small message Y.  But Y is not sent out because
of Nagle algorithm.
4. Retransmission timer fires and X is retransmitted.

Although the above retransmitted packet can bundle Y together, SCTP does
not do that currently.
Work Around
N/A
Comments
N/A