1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 <2013> 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 <2013> 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: gethostbyname and getaddrinfo - multiple DNS entries for a hostname |
From: | Michael Davidsaver <[email protected]> |
To: | [email protected] |
Date: | Mon, 11 Mar 2013 11:09:34 -0400 |
On 03/09/2013 01:04 PM, Eric Norum wrote:
It sounds like getaddrinfo is a better routine to use. Will this cause problems for folks on old POSIX platforms? I suppose that those so affected could use the existing gethostbyname code by copying it from the posix directory to, say, solaris? Or should this be a 3.15 change and we'll wave goodbye to those folks?
I think this would include RTEMS 4.9 series which we (NSLS2) still use. I don't know about newer RTEMS releases. I like the idea of using the newer API, but not enough to break compatibility.