Ignore:
Timestamp:
Dec 18, 2008, 5:55:22 AM (14 years ago)
Author:
jhujhiti
Message:

(trunk libT) Refactor ipv6 bind socket check

This will let the RPC server use the same test mechanism eventually. Networking code belongs in net.c anyway.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/net.h

    r7425 r7436  
    8888tr_bool tr_isAddress( const tr_address * a );
    8989
     90typedef struct tr_net_af_support
     91{
     92    tr_bool has_inet6;
     93    tr_bool needs_inet4;
     94} tr_net_af_support;
     95
     96tr_net_af_support tr_net_getAFSupport( tr_port );
     97
    9098/***********************************************************************
    9199 * Socket list housekeeping
Note: See TracChangeset for help on using the changeset viewer.