Allow one/many connection per TLS-Crypt-V2 key
This requires some form of TLS-Crypt-V2 key connection tracking.
This cannot be done because there is no way to track the TLS-Key serial number when a client disconnects.
This may be possible by ~using~ abusing OpenVPN auth_control_file.
Requires ip address and port number
Due to --float and not being able to use --ipchange on a server, tracking by ip:port ~is not~ may be possible~ when a client floats ..
~So~ Also, ~have to~ can conn-trac by tlskey-serial (TLS-Crypt-V2 key).
It's a pain in the ass but is possible ~for TLS-Crypt-V2 keys only~.
After extensive testing, early indicators suggest that conn-trac library is working well.
The only item remaining, is to decide what action to take if a new connection is the same as a current connection.