FreeCalypso > hg > themwi-system-sw
view rtp-mgr/struct.h @ 206:c76f42e0cd3f
osmo-patches/osmo-bts-rtp-bfi.patch: mark as deprecated
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 06 Apr 2023 20:51:30 -0800 |
parents | b79d6334f543 |
children |
line wrap: on
line source
/* * This header file defines internal data structures for themwi-rtp-mgr. */ struct bind_range_cfg { struct in_addr bind_ip; unsigned port_range_start; unsigned port_range_end; unsigned port_next; unsigned port_tries; }; struct rtp_one_end { int rtp_fd; int rtcp_fd; struct sockaddr_in bound_addr; };