chiark / gitweb /
pathmtu/pathmtu.c: Support IPv6 in the `raw' probing strategy.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 15 Sep 2017 00:52:47 +0000 (01:52 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 28 Jun 2018 23:26:40 +0000 (00:26 +0100)
commit102fa2f087554901001abcd106160a4ea0668206
tree897c486ee0609615f4f832614ce88c8f1abef661
parentb9e97e20d79f6fc7075093745a4f6b44a5f7dd59
pathmtu/pathmtu.c: Support IPv6 in the `raw' probing strategy.

Add code for constructing and parsing IPv6 packets.  This is rather
annoying and fiddly, in ways which are excitingly different from the
ways in which raw sockets are exciting and fiddly with IPv4.
pathmtu/pathmtu.c