| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
d8e1e9f86a |
simplify redis CLI options
Removes the explicit redis-read-db configuration and reduces the option to one redis DB and one redis write DB. If only the redis DB is configured, then it will be used for all operations. If both are configured, then the redis DB will be used for reading and the write DB will be used for writing (updates). Change-Id: I8d5a32c53c9416b514c98d69c3afe7c547e530ad |
10 years ago |
|
|
725638bccb |
remove redis-role redundancy
Change-Id: Id5a39d008169d4b01cd33a7d82bb0896983e47bc |
10 years ago |
|
|
b82812260d |
move advertised_address out of intf_spec into local_intf
supports aliasing a local interface multiple times with the same local address for different advertised addresses closes #216 Change-Id: I6f98d1a17290b0bb1831e48ad89fc61d8b2d7914 |
10 years ago |
|
|
b85a9e398c |
fix two memory leaks
closes #210 Change-Id: I786345342f415a5fbe7fa361e2961e0399f55b67 |
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 |