[OpenSIPS-Devel] [OpenSIPS/opensips] 43477d: tm: Avoid running hop-by-hop ACK callbacks before ...

Liviu Chircu noreply at github.com
Wed May 8 12:44:40 UTC 2024


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 43477da50c67eaa4b7bd206c2d8bcaa09b0b6b25
      https://github.com/OpenSIPS/opensips/commit/43477da50c67eaa4b7bd206c2d8bcaa09b0b6b25
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
    M modules/tm/t_reply.c

  Log Message:
  -----------
  tm: Avoid running hop-by-hop ACK callbacks before reply callbacks

Commit aaa6b6867 mitigated the effects of a poor HEP connection
affecting the OpenSIPS's responsiveness by delaying the reply callbacks
until after the hop-by-hop ACK is sent out.  However, a side-effect in
doing so is that the reply/ACK HEP packets on un-established calls
became swapped.  This patch aims to address the issue.

Related to #3255



To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications



More information about the Devel mailing list