| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
984585a32c |
TT#5003 implement kernel-side call recording
Squashed commit of the following: commit |
9 years ago |
|
|
2e5e2ec1b9 |
detect and ignore when local endpoints are advertised by remote clients
fixes #65
this also obsoletes the old loop detection
Change-Id: I850d81500c45828af2c4d50d80278ec2d599c2a0
(cherry picked from commit
|
10 years ago |
|
|
29545e5434 |
MT#18599 use kernel socket receive timestamping
Change-Id: I6fde08be7942df7986eea39d2b233ce60d1fa862 |
10 years ago |
|
|
133e6304b3 |
MT#18599 support sending RTCP stats to Homer via HEP
Change-Id: Icaf28f28c910318726e446a1a2ad4c7ee5e79f85 |
10 years ago |
|
|
43bcabf105 |
fix logic for unspecified ipv6 addresses
fixes #213 Change-Id: I4c7ff175576686ea80a94cab7763707cf40fe696 |
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 |