shithub: drawterm-fdroid

Download patch

ref: 23a48c7cfe2e38265eeaa1a8b8adfc57c887be76
parent: 2ca76dc7dec691eba587b2cd89dc1e9b2d05c141
author: David du Colombier <0intro@gmail.com>
date: Fri Aug 3 17:30:17 EDT 2012

devip: add support for IPv6

Addresses are now stored as uchar[16] instead
of ulong, with enough room for IPv6.

Generic IP functions have been removed from
devip.c and replaced by libip, imported from
Plan 9.

Names and addresses are resolved using either
gethostbyname() or getaddrinfo() functions.

On Windows, IPv6 name resolution is not enabled,
because mingw32 doesn't provide inet_ntop().

R=rsc
http://codereview.appspot.com/6408044