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

Random fixes #734

Merged
merged 9 commits into from Aug 30, 2016
Merged

Random fixes #734

merged 9 commits into from Aug 30, 2016

Conversation

gaaf
Copy link
Contributor

@gaaf gaaf commented Aug 2, 2016

Creating a PR for each commit is a bit too much work. If not all commits should be merged, please cherry-pick the wanted ones or tell me which patches should be left out.

Debugging memleaks is easier when the list of alloc'ed shmem is shorter.
Allow dumping of memory statistics during runtime
The doubly-lined feature is not used as the prev attribute was write-only-memory.
Just check if the tm context is set and return its branch_index.

The check for CORE_ONREPLY_ROUTE is flawed as the transaction may have
been set anyway (by t_check_trans() for example).
With the following listen statement:
   listen=udp:eth0:5060
Kamailio would try to bind to the IPv6 address(es) on that interface and fail with:

ERROR: <core> [udp_server.c:369]: udp_init(): might be caused by using a link local address, try site local or global
Fix a common race where the reply would arrive before resetting the timeout.
@miconda miconda merged commit b0f8516 into kamailio:master Aug 30, 2016
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.

None yet

2 participants