| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
725638bccb |
remove redis-role redundancy
Change-Id: Id5a39d008169d4b01cd33a7d82bb0896983e47bc |
10 years ago |
|
|
6d3865b971 |
Mass update - manual merge of rfuchs/socket-rework branch
This brings master up to date with branch `rfuchs/socket-rework` at commit `b1bcc096b7`. The branches have diverged too much for a proper merge, so this is a manual (squashed) merge. The old master before this merge can be found in branch `old-master-before-socket-rework` (commit `82199216b2`). This is a complete rewrite of all socket handling routines. The most important functional change is that sockets aren't indiscriminately bound to INADDR_ANY (or rather in6addr_any), but instead are always bound to their respective local interface address and with the correct address family. Side effects of this are that in multi-homed environments, multiple sockets must be opened (one per interface address and family) which must be taken into account when considering RLIMIT_NOFILE values. As a benefit, this change allows rtpengine to utilize the full UDP port space per interface address, instead of just one port space per machine. The socket abstraction also makes it possible to support RTP over TCP in the future. Change-Id: If6cf4f42136229490186d2d2482fb4fc140c2b53 |
10 years ago |
|
|
41fa252d6b | Replacing redis hashkeys with -CALLID_IDX instead of -POINTER | 10 years ago |
|
|
72cf55b6fb |
Specific REDIS read and write databases
Able to specify now, in the config, the redis databases from which rtpengine should read and write session information. |
10 years ago |
|
|
dafde10571 |
MT#15157 integrate redis module into main code tree
obsoletes the entire plugin/module system Change-Id: I6997b7e6e49dac568e844c3e132fa3756cf147cb |
10 years ago |
|
|
05e429c610 | C99 inlining rules | 12 years ago |
|
|
a780cf7891 | redis updates | 13 years ago |
|
|
900f76a17e | make the callmaster struct private - also requires update to redis module | 14 years ago |
|
|
dc7517121d | remove uuid helper code | 14 years ago |