-rc release

Ipv6 patch from Laurent Bigonville. When the ipv6 targets are 
unreachable, it tries all possible targets from the getaddrinfo list.

Norbert: does it break anything ? it works for me but I didn't test it 
extensively


git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@99 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Aris Adamantiadis
2006-12-15 12:02:05 +00:00
parent 1c1e5de2c6
commit ef5113cc57
6 changed files with 57 additions and 40 deletions

View File

@@ -24,7 +24,7 @@ MA 02111-1307, USA. */
#include <sys/select.h> /* for fd_set * */
#include <inttypes.h>
#define LIBSSH_VERSION "libssh-0.2-dev"
#define LIBSSH_VERSION "libssh-0.2rc"
#ifdef __cplusplus
extern "C" {