Changeset 2389 for pjproject/trunk/pjlib/src/pj/sock_bsd.c
- Timestamp:
- Dec 19, 2008 2:36:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/sock_bsd.c
r2331 r2389 289 289 af, NULL, (LPSOCKADDR)&sock_addr, &addr_len); 290 290 if (rc != 0) { 291 /* If you get rc 130022 Invalid argument (WSAEINVAL) with IPv6, 292 * check that you have IPv6 enabled (install it in the network 293 * adapter). 294 */ 291 295 pj_status_t status = pj_get_netos_error(); 292 296 if (status == PJ_SUCCESS)
Note: See TracChangeset
for help on using the changeset viewer.