openvpn icon indicating copy to clipboard operation
openvpn copied to clipboard

Manual: Inform users that `--float` requires `--proto udp`

Open TinCanTech opened this issue 2 years ago • 0 comments

It is not obvious that Openvpn --float is not possible for TCP protocol.

IE: If the TCP three-way handshake takes place to initiate a new connection, that connection could still --float, if all authentication succeeds. This is how it looks when reading the documentation.

--float is an Openvpn feature, while protocols are an Openvpn dependency.

TinCanTech avatar Jun 27 '23 23:06 TinCanTech