FreeCalypso > hg > themwi-rtp-mgr
view rtp-mgr/struct.h @ 3:60b512a868b4
librtpalloc: port of recvmsg wrapper module
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 27 May 2024 20:41:21 +0000 |
parents | 247f4bbde24c |
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; };