Changeset 837:aa90eabe8b5c in roaraudio for libroar/socket.c


Ignore:
Timestamp:
09/27/08 02:45:40 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

add support for proxy options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/socket.c

    r836 r837  
    635635 } 
    636636 
     637 if ( (sep = strstr(proxy_type, "/")) != NULL ) 
     638  opts = sep+1; 
     639 
    637640 if ( proxy_addr == NULL ) 
    638641  return -1; 
Note: See TracChangeset for help on using the changeset viewer.