| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
423d7bf824 |
MT#59086 Unify header files.
In the header files follow the rules: 1. Firstly goes ifndef/define construction, then one empty row. 2. Secondly go system headers, so in angle-brackets, then one empty row. 3. If there are important pre-processor definitions, which affect the following custom file headers, they are added next, then one empty row. 4. Thirdly custom header files, so in double quotes, then at least one empty row. 5. If there is "xt_RTPENGINE.h", it's mentioned next, but separately, then one empty row. 6. Then pre-processor definitions, and one empty row before the code. In some situations it's allowed to step aside from the rules, when inclusions are dependent on each other, so on specific sequence, and also possibly on some inline objects definitions. But, if possible to follow the rules, it should be done. Change-Id: I6bec69b508653947c04e7785775373d21112eb58 |
2 years ago |
|
|
cd4f6608cd |
MT#55283 convert struct stream_fd to typedef
Change-Id: I1435a5f755cb99833535d995871f1e9050f0ec73 |
2 years ago |
|
|
07695d2abb |
TT#111150 Use modern <stdint.h> uint<bits>_t types
The u_int<bits>_t are BSD legacy types, while the new ones are specified by C99 and SUSv3. Change-Id: Ia748cabc33a7e5adc2c7a6049ad1e55be0c788a8 |
5 years ago |
|
|
68797f4195 |
TT#111150 Mark bit-fields explicitly with as unsigned
Whether a bit-field is signed or unsigned is implementation specific, so we should be explicit about this. Change-Id: I744df3d24bc08e95fa816ba4135f19cd3a5dcb17 Warned-by: lgtm |
5 years ago |
|
|
d64c888a0e |
TT#36301 transcoding unit tests
Change-Id: If48e5afe5a343b557183b6e87441f52424dd2c6a |
8 years ago |
|
|
bc420cbdd0 |
TT#30405 split stream_packet() into smaller pieces
Change-Id: I89b46e02bfdbedffa63f71ef11b03cbf204ececa |
8 years ago |
|
|
a3f27f8751 | STUN: The most significant 2 bits is 0xc0 in hex | 9 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 |
|
|
f99d6d4f42 |
implement full ICE support
Squashed commit of the following: commit |
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 |
|
|
f685d9743b | get some constants out of the way | 13 years ago |
|
|
1758e586ce | generate stun errors | 13 years ago |
|
|
edf5f11140 | parse stun attributes | 13 years ago |
|
|
8c06d3254a | start work on stun support | 13 years ago |