1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Add RTP support (#530)

This commit adds support for the Real-time Transport Protocol (RTP) as
defined in RFC 3550. Some tests have also been added to ensure that the
RTP PDU class functionality is working as expected.

Signed-off-by: James Raphael Tiovalen <jamestiotio@gmail.com>
This commit is contained in:
James R T
2024-03-31 22:46:42 +08:00
committed by GitHub
parent bbac2ece52
commit fe22186623
8 changed files with 822 additions and 0 deletions

View File

@@ -80,5 +80,6 @@
#include <tins/ip_reassembler.h>
#include <tins/pdu_iterator.h>
#include <tins/vxlan.h>
#include <tins/rtp.h>
#endif // TINS_TINS_H