comparison rtsp.h @ 6412:6d6b63b7e5e3 libavformat

Handle IPv6 in the RTSP code
author mstorsjo
date Wed, 25 Aug 2010 15:32:29 +0000
parents f0669792a6bd
children 2685bf2b0b78
comparison
equal deleted inserted replaced
6411:f0669792a6bd 6412:6d6b63b7e5e3
94 94
95 /** time-to-live value (required for multicast); the amount of HOPs that 95 /** time-to-live value (required for multicast); the amount of HOPs that
96 * packets will be allowed to make before being discarded. */ 96 * packets will be allowed to make before being discarded. */
97 int ttl; 97 int ttl;
98 98
99 uint32_t destination; /**< destination IP address */ 99 struct sockaddr_storage destination; /**< destination IP address */
100 100
101 /** data/packet transport protocol; e.g. RTP or RDT */ 101 /** data/packet transport protocol; e.g. RTP or RDT */
102 enum RTSPTransport transport; 102 enum RTSPTransport transport;
103 103
104 /** network layer transport protocol; e.g. TCP or UDP uni-/multicast */ 104 /** network layer transport protocol; e.g. TCP or UDP uni-/multicast */