Added some kind of path MTU discovery using DPD.

This commit is contained in:
Nikos Mavrogiannopoulos
2013-02-15 22:23:35 +01:00
parent 94304a2ff4
commit 59026fb8f1
5 changed files with 148 additions and 98 deletions

4
TODO
View File

@@ -2,8 +2,6 @@
* Fix SIGHUP handling on the main server.
* Add path MTU discovery.
* Think how the DTLS part can use better negotiation of algorithms and DTLS
versions than the current openssl string approach (using PSK ciphersuites
seem to be like a solution, but then we could not use the session ID to
@@ -30,3 +28,5 @@
signature verification at an early stage before data are hashed (to verify
that the set random value was present in the handshake).
* When a TUN device is in use and cannot be assigned mark it as such and
continue.