src/Network/Address.hh
changeset 380 d193dd1d8a7e
parent 378 5589abf5e61b
child 381 9b35bc329d23
equal deleted inserted replaced
379:2a8e780844d2 380:d193dd1d8a7e
    66         
    66         
    67         /**
    67         /**
    68          * Construct a NetworkAddress from a machine-readable address of the given length
    68          * Construct a NetworkAddress from a machine-readable address of the given length
    69          */
    69          */
    70         NetworkAddress (const sockaddr *addr, socklen_t len);
    70         NetworkAddress (const sockaddr *addr, socklen_t len);
       
    71 
       
    72         /*
       
    73          * We can use the default copy-constructor and assignment operator
       
    74          */
    71    
    75    
    72     public:    
    76     public:    
    73         /**
    77         /**
    74          * Get a addrinfo* for this address using the given family/type/protocol/flags.
    78          * Get a addrinfo* for this address using the given family/type/protocol/flags.
    75          *
    79          *