Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tcp-overflow test issue in TPORT. #109

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dhruvecosmob
Copy link

No description provided.

@@ -2240,11 +2244,11 @@ int test_address_selection(struct context *ctx)
TEST_OC_ADDRESS(a, "2001:1508:1003::21a:a0ff:fe71:813", ip6);
TEST_VOID(soa_terminate(a, NULL));

/* SOATAG_AF(SOA_AF_IP4_IP6), o= mentions IP6 => select IP4 */
/* SOATAG_AF(SOA_AF_IP4_IP6) and SOATAG_USER_O_LINE() tag remove from so, o= mentions IP6 => select IP6 */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not have SOATAG_USER_O_LINE() tag in our codebase. But we have it's functionality enabled by default.

@freeswitch-ci-system
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants