Module: kamailio Branch: master Commit: 61660322ad07be24cdc98c0debb01119960124ea URL: https://github.com/kamailio/kamailio/commit/61660322ad07be24cdc98c0debb01119...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2024-05-04T20:18:51+02:00
core: new udp receiver mode - one multi-threaded process
- activated with udp_receiver_mode=1 - one process is created that starts one receiver thread per UDP socket - SIP messages are pushed to "udp" async tasks group - sending is still done by any of processes
---
Modified: src/core/cfg.lex Modified: src/core/cfg.y Modified: src/core/globals.h Modified: src/core/udp_server.c Modified: src/core/udp_server.h Modified: src/main.c
---
Diff: https://github.com/kamailio/kamailio/commit/61660322ad07be24cdc98c0debb01119... Patch: https://github.com/kamailio/kamailio/commit/61660322ad07be24cdc98c0debb01119...