Changeset 736 for pjproject/trunk/pjsip/docs/doxygen.h
- Timestamp:
- Sep 22, 2006 8:43:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/docs/doxygen.h
r531 r736 29 29 30 30 /** 31 32 @mainpage PJSIP 31 \n 32 33 @mainpage PJSIP - Open Source SIP Stack 33 34 34 35 \n … … 119 120 @subsection doc_ver Version 120 121 121 This document corresponds to PJSIP version 0.5. 6.122 This document corresponds to PJSIP version 0.5.8. 122 123 123 124 \n … … 217 218 Screenshots on WinXP: \image html siprtp.jpg "siprtp screenshot on WinXP" 218 219 220 - @ref page_pjsip_perf_c\n 221 This sample contains a complete implementation of a SIP performance 222 measurement tool. Unlike other tool such SIPp, pjsip-perf is geared 223 more towards finding the performance of an endpoint by flooding the 224 endpoint with some requests and time the completion of the requests.\n 225 Screenshots on Linux console: \image html pjsip-perf.jpg "pjsip-perf screenshot on Linux" 219 226 */ 220 227 … … 255 262 256 263 /** 257 * \page page_pjmedia_samples_siprtp_c Samples: Using SIP and Custom RTP/RTCP to Monitor Quality264 * \page page_pjmedia_samples_siprtp_c Samples: siprtp - SIP with RTCP Quality Monitoring 258 265 * 259 266 * This source is an example to demonstrate using SIP and RTP/RTCP framework … … 275 282 */ 276 283 284 /** 285 * \page page_pjsip_perf_c Samples: pjsip-perf - SIP Performance Benchmarking Tool 286 * 287 * This sample contains a complete implementation of a SIP performance 288 * measurement tool. Unlike other tool such SIPp, pjsip-perf is geared 289 * more towards finding the performance of an endpoint by flooding the 290 * endpoint with some requests and time the completion of the requests. 291 * 292 * The source code of the file is pjsip-apps/src/samples/pjsip-perf.c 293 * 294 * Screenshots on Linux console: \image html pjsip-perf.jpg 295 * 296 * \includelineno pjsip-perf.c 297 */ 298
Note: See TracChangeset
for help on using the changeset viewer.