Problem Description:
--------------------
Set MTU size to 200,
SCTP application betwen client and server,
Cookie Ack Chunk is not sent and application cannot connect and run.
When capturing the output from tcpdump, in the IP layer, "INIT ACK Chunk" is fragmented
but the next frame(thor than offset 0) is not being sent.
Steps to Reproduce:
-------------------
1. Change MTU size
ifconfig eth* mtu 200
2. Run sctp test program on both server and target machines.
2.1 Run "main" command and the following menu will be shown.
======================
0:Bind
1:Listen
2:Connect
3:SendData
4:SendAbort
5:SendShutdown
6:CLOSE
10:GETSTATUS
20:SendData LOOP
99:SETOPT
======================
2.2 On Server machine side, 1st select [0:Bind] and then select [1:Listen].
2.3 On client machine side, 1st select [0:Bind] and then select [2:Connect].
3. sctp program not established and cannot be run.
This patch fixes this problem IDENTIFIER = WIND00099574
Installation and patch application instructions:
------------------------------------------------
NOTE: If you are installing a patch for Defect WIND00093265 please install that first and then install this patch since this patch has newer versions of some files.
1. Download the patch zip file
2. Copy it to your
3. Change to your
4. Run ./setup_linux
5. Follow the installation instructions and install the patch.
6. This is a source patch
7. You will have to configure your project and issue a make all to apply this patch to your image.