[openib-general] The AF_INET_RDS value
    John Blackwood 
    john.blackwood at ccur.com
       
    Wed May 17 06:15:38 PDT 2006
    
    
  
Hello,
I noticed that in ulp/rds/rds_inet.h, the value for AF_INET_RDS is:
#define AF_INET_RDS 30
But in include/linux/socket.h, there is already a AF_TIPC with the
same value:
#define AF_WANPIPE      25      /* Wanpipe API Sockets */
#define AF_LLC          26      /* Linux LLC                    */
#define AF_TIPC         30      /* TIPC sockets                 */
#define AF_BLUETOOTH    31      /* Bluetooth sockets            */
#define AF_MAX          32      /* For now.. */
Just wondering if the AF_INET_RDS value should be changed?
Thanks.
    
    
More information about the general
mailing list