Interaction between EstablishCallData
and MPPTunnel
should be more clear
#5710
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
In the current codebase, the interaction between
EstablishCallData
andMPPTunnel
is complex and error-prone.As we can see, these two structures can call the function of each other and also hold the pointer of each other.
Several bugs related to
EstablishCallData
andMPPTunnel
are recently fixed. For example, #5553 and #5650.We should make the logic clear in order to easily maintain it and maybe improve it in the future.
The text was updated successfully, but these errors were encountered: