Adapt net_connect() for IPv6

This commit is contained in:
Manuel Pégourié-Gonnard 2013-12-13 12:54:09 +01:00
parent 2e5c3163db
commit 10934de1ca
2 changed files with 63 additions and 0 deletions

View file

@ -101,6 +101,16 @@
* Comment if your system does not support time functions
*/
#define POLARSSL_HAVE_TIME
/**
* \def POLARSSL_HAVE_IPV6
*
* System supports the basic socket interface for IPv6 (RFC 3493),
* specifically getaddrinfo().
*
* Comment if your system does not support the IPv6 socket interface
*/
#define POLARSSL_HAVE_IPV6
/* \} name SECTION: System support */
/**