Module: kamailio
Branch: master
Commit: 61660322ad07be24cdc98c0debb01119960124ea
URL:
https://github.com/kamailio/kamailio/commit/61660322ad07be24cdc98c0debb0111…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)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/61660322ad07be24cdc98c0debb0111…
Patch:
https://github.com/kamailio/kamailio/commit/61660322ad07be24cdc98c0debb0111…