we have to test sctp assosiation intializing between two ubuntu servers. We use sctp_darn on one server(B) to listen and on another(A) to send data. Every thing is Ok we could send data from one to another with sctp protocol.
but when we look on wireshark - we see that in assosiation initializing phase server A send INIT twice - without any delay between them
time1: server A --INTI--> server B time2: server A --INTI--> server B .....
time2 is the same as time1 - but as I understand there should be T1-init timer.
ubuntu used - 14.04 kernel version - 4.4.0-101-generic
both A and B - virtual, hypervisor is KVM
if it's like sctp fast retransmission how could we off it?
thanks,