0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/win
Lev Stipakov 0c0af6781e [OVPN3-342] Generate ICMP "packet too big" reply
When receiving packed from tun which size exceeds
mssfix value minus encap overhead, send ICMP
"destination unreachable" / "fragmentation needed"
(for IPv4) or "packet too big" (for IPv6) response.

This is required for non-TCP based protocols, since
for TCP we alter MSS in SYN segments.

Signed-off-by: Lev Stipakov <lev@openvpn.net>
2019-01-31 10:34:33 +02:00
..
unused Moved deps/win to win for ease of reference. 2015-10-30 20:06:49 -06:00
.gitignore Visual Studio 2015 solution and project files 2017-08-02 17:00:31 +03:00
build.py [OC-78] proxy: support PROXY_AUTO_CONFIG_URL on Windows 2018-08-31 17:56:16 +03:00
buildep.py buildep.py: add asio patching 2019-01-23 11:09:54 +02:00
ovpn3-core.sln win: update project files 2018-12-21 10:30:31 +02:00
ovpn3-core.vcxproj [OVPN3-342] Generate ICMP "packet too big" reply 2019-01-31 10:34:33 +02:00
ovpn3-core.vcxproj.filters [OVPN3-342] Generate ICMP "packet too big" reply 2019-01-31 10:34:33 +02:00
utils.py win: use 'MSVC 2017 Professional' as default compiler 2018-09-06 11:13:10 +03:00
vcvarsall.patch Windows : updated vcvarsall.patch for Visual Studio 2015. 2016-04-05 12:57:15 -06:00