Changeset 6047 for pjproject/trunk/pjsip/src/pjsip/sip_transport.c
- Timestamp:
- Jul 29, 2019 2:32:55 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transport.c
r6021 r6047 200 200 "TLS transport", 201 201 PJSIP_TRANSPORT_RELIABLE | PJSIP_TRANSPORT_SECURE 202 }, 203 { 204 PJSIP_TRANSPORT_DTLS, 205 5061, 206 {"DTLS", 4}, 207 "DTLS transport", 208 PJSIP_TRANSPORT_SECURE 202 209 }, 203 210 { … … 243 250 PJSIP_TRANSPORT_RELIABLE | PJSIP_TRANSPORT_SECURE 244 251 }, 252 { 253 PJSIP_TRANSPORT_DTLS6, 254 5061, 255 {"DTLS", 4}, 256 "DTLS IPv6 transport", 257 PJSIP_TRANSPORT_SECURE 258 }, 245 259 }; 246 260
Note: See TracChangeset
for help on using the changeset viewer.