prinzrainer
Journeyman
I got an sctp assoc change with state sctp_comm_lost unexpectedly,
as far as i can tell there wasn't max retrans happening and hb period is left deault (15s).
How would I know what caused the sctp_comm_lost?
Weird thing is that alice is the only one having sctp_comm_lost (~3s after init),
after that bob tried sending a data to alice (~14s after init),
then alice replied with sctp_abort (immediatly after bob 's message).
Though in alice point of view the socket is already lost before bob sent the data message.
Abort chunk didn't tell anything about the cause
as far as i can tell there wasn't max retrans happening and hb period is left deault (15s).
How would I know what caused the sctp_comm_lost?
Weird thing is that alice is the only one having sctp_comm_lost (~3s after init),
after that bob tried sending a data to alice (~14s after init),
then alice replied with sctp_abort (immediatly after bob 's message).
Though in alice point of view the socket is already lost before bob sent the data message.
Abort chunk didn't tell anything about the cause