Ignore:
Timestamp:
Sep 16, 2008 4:11:44 PM (16 years ago)
Author:
nanang
Message:

Ticket #629: Added IGMPv2 multicast socket options (thanks David Parker for the patch).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/sock_symbian.cpp

    r2039 r2283  
    6565const pj_uint16_t PJ_SO_RCVBUF  = 0xFFFF; 
    6666const pj_uint16_t PJ_SO_SNDBUF  = 0xFFFF; 
     67 
     68/* IP multicast is also not supported. */ 
     69const pj_uint16_t pj_IP_MULTICAST_IF    = 0xFFFF; 
     70const pj_uint16_t pj_IP_MULTICAST_TTL   = 0xFFFF; 
     71const pj_uint16_t pj_IP_MULTICAST_LOOP  = 0xFFFF; 
     72const pj_uint16_t pj_IP_ADD_MEMBERSHIP  = 0xFFFF; 
     73const pj_uint16_t pj_IP_DROP_MEMBERSHIP = 0xFFFF; 
    6774 
    6875/* Flags */ 
Note: See TracChangeset for help on using the changeset viewer.