Hi Daniel,
Daniel Stenberg schrieb:
> On Fri, 4 Sep 2009, Larry Lansing wrote:
> 
>> I have test code that proves that it successfully parses replies with
>> single and multiple SRV response records.  (Tested it against a
>> capture from wireshark.)
> 
> Thanks. And thanks Jakub Hrozek too of course.
> 
> Applied and committed just now.
I've changed u_int16_t to unsigned short since we even use unsigned
short for ports, and it would be the first place within ares and curl
where we rely on such type; if we want a type here we should probably
consider to define our own ares_uint16_t or ares_port_t, and then use
this at all places in the source. Also since we would need this type
already in ares.h we must then also put the typedef logic for such a
type into ares.h.

Gün.


Reply via email to