| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
16024d2e7a |
create explicit per-stream DTLS context for ICE
fixes #500 Change-Id: Iee3d9ab1c19a6992ae043896eb500b3961de3edc |
8 years ago |
|
|
e84fd8612b |
fix incorrect DTLS context being used with ICE
fixes #451 Change-Id: I4db956bd9e8234862a7dd3ee492a6ed2778150d3 |
8 years ago |
|
|
c9d797a91a |
retain outgoing DTLS role whenever possible
fixes #211 Change-Id: I1288d98ffb13c4be9176af4954b14f464993087a |
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 |
|
|
955de109b1 |
support proper DTLS shutdown and restart DTLS on FP change
fixes #40 |
11 years ago |
|
|
05e429c610 | C99 inlining rules | 12 years ago |
|
|
f8f741b584 |
Update to upcoming 3.0 release (2.9.9 for now)
Merged from branch rfuchs/3.0 Conflicts: daemon/sdp.c debian/changelog tests/simulator-ng.pl utils/ng-client |
12 years ago |