chiark / gitweb /
pathmtu/pathmtu.c: Replace explicit `sockaddr_in' structures with union.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 14 Sep 2017 08:25:33 +0000 (09:25 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 28 Jun 2018 23:25:20 +0000 (00:25 +0100)
commit454f5a1a9cebb400992db85d1ededfc22f254e2b
tree1d8aee8f5f3471a72d63821ae24b30d1de1d65bf
parent9ad20ce0b9ce760ad86a9a954c9662d8e4a346fe
pathmtu/pathmtu.c: Replace explicit `sockaddr_in' structures with union.

First steps towards IPv6 support.  There's no functional change, just a
bunch of refactoring and some extra checking which isn't currently
exercised.
pathmtu/pathmtu.c