Skip to content

Changes

Summary

  1. sctp_proxy: fix no-op 'connecting' state timeout (details)
  2. sctp_proxy: reduce 'connecting' state timeout: 2000s -> 2s (details)
Commit 2f5c946e8c76848c1f453a2623417016f9fc153d by Vadim Yanitskiy
sctp_proxy: fix no-op 'connecting' state timeout

We need to perform a loop state transition if we want the timer
to be scheduled for 'connecting'.  Otherwise the timeout is no-op.

Change-Id: I45d874f3f73d5b9a8aa62c8a36e94e51497d6754
The file was modified src/sctp_proxy.erl
Commit 2817f9c6be833f60228fd58e8e24e6b66ec8dd34 by Vadim Yanitskiy
sctp_proxy: reduce 'connecting' state timeout: 2000s -> 2s

2000 seconds is waay too much.

Change-Id: I79b04c0bc087d598b3e322fd697508ac840402d5
The file was modified src/sctp_proxy.erl