chiark / gitweb /
Support transport over IPv6.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 5 May 2014 17:34:56 +0000 (18:34 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 10 May 2014 13:32:26 +0000 (14:32 +0100)
commit705b9b159806e6e96839c81668f685a6576ea961
tree8b7e7913e4f8c924fdfeb8b5a117bf1ef1bbe23c
parent8a53cf7f63a4decacd4b293b32167a23cdeea412
Support transport over IPv6.

We need multiple UDP sockets, for each address family required, with the
knock-on complexity to the sending and receiving code.

[[REBASE NOTE: this commit commutes syntatically with the adns_r_addr
enhancement patch, but won't actually work.  Before the series is
submitted for review, it wants to be hoisted /after/ that patch.  This
note can then be removed.]]

Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
src/addrfam.c
src/adns.h
src/event.c
src/general.c
src/internal.h
src/setup.c
src/transmit.c