pathmtu/pathmtu.{c,1.in}: New algorithms for path-MTU discovery.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 21 Mar 2012 16:05:00 +0000 (16:05 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 21 Mar 2012 16:05:00 +0000 (16:05 +0000)
commit88510d86bc0300f9a30ac9904826e75eaa4e791c
treeb611fc1d01ea39f8e261a6a055ece611f07e0224
parent7b7e3c74e04ac019a6f888a0cd090e224513c4b4
pathmtu/pathmtu.{c,1.in}: New algorithms for path-MTU discovery.

Implement path-MTU discovery using raw sockets rather than Linux's fancy
socket options.  This should improve portability to other systems.

This involves splitting the logic which chooses probe sizes and
determines the resulting MTU from the underlying machinery which
manufactures packets and collects results.
pathmtu/pathmtu.1.in
pathmtu/pathmtu.c