Ignore:
Timestamp:
Aug 22, 2009 11:18:50 AM (15 years ago)
Author:
bennylp
Message:

Misc (#951): Updated the doxygen comment/documentation in pj_gethostname() that specying IPv4 address will fail on some platforms (e.g. Windows). Thanks Robert Cichielo for the report.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/addr_resolv.h

    r2394 r2908  
    9090 * #pj_getaddrinfo(). 
    9191 * 
    92  * @param name      Host name, or IPv4 address in standard dot notation. 
     92 * @param name      Host name to resolve. Specifying IPv4 address here 
     93 *                  may fail on some platforms (e.g. Windows) 
    9394 * @param he        The pj_hostent structure to be filled. Note that 
    9495 *                  the pointers in this structure points to temporary 
Note: See TracChangeset for help on using the changeset viewer.