- sec: The security level to connect with, an integer from 0 to 3:
- - 0: unauthenticated connection
- - 1: try authenticated, then fall back to unauthenticated
- - 2: fail if an authenticated connection can't be established
- - 3: same as 2, plus encrypt all traffic to the protection
- server
+ sec: The security level to connect with:
+ - PTS_UNAUTH: unauthenticated connection
+ - PTS_AUTH: try authenticated, then fall back to
+ unauthenticated
+ - PTS_FORCEAUTH: fail if an authenticated connection can't be
+ established
+ - PTS_ENCRYPT: same as PTS_FORCEAUTH, plus encrypt all traffic
+ to the protection server