Skip to content

Commit 49ffbb6

Browse files
committed
Updated README
1 parent 6342d90 commit 49ffbb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This project contains the source code for an unofficial Linux client for Check P
2525
* HW token support via PKCS11 (only with IPSec tunnel)
2626
* GTK frontend with tray icon
2727
* SSL tunnel via Linux TUN device
28-
* IPSec tunnel via Linux native kernel XFRM interface
28+
* IPSec tunnel via Linux native kernel XFRM interface or TCPT/TUN transport
2929
* Store passwords in the keychain using Secret Service API
3030
* Automatic IPSec tunnel reconnection without authentication (via optional parameter)
3131

@@ -73,9 +73,9 @@ and it functions via a TUN device rather than relying on the kernel's IPSec infr
7373

7474
| | SSL | IPSec |
7575
|--------------------------------|-----------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
76-
| Implementation | User-space TCP-encapsulated tunnel via TUN device | Kernel-space UDP-encapsulated tunnel via native OS support |
77-
| Performance | Up to 2MB/s | Close to plain connection, limited by VPN server capacity |
78-
| Ports | TCP port 443 | UDP ports 4500 and 500 |
76+
| Implementation | User-space TCP-encapsulated tunnel via TUN device | Kernel-space UDP-encapsulated tunnel via native OS support or user-space TCPT tunnel. |
77+
| Performance | Up to 2MB/s | Close to plain connection for native UDP tunnel, 2-5 MB/s for TCPT transport. |
78+
| Ports | TCP port 443 | UDP ports 4500 and 500 for native UDP tunnel, TCP port 443 for TCPT transport. |
7979
| Supported authentication types | <ul><li>Username/password + MFA codes</li><li>Certificate</li></ul> | <ul><li>Username/password + MFA codes</li><li>Certificate + MFA codes</li><li>Certificate from hardware token + MFA codes</li><li>SAML SSO with browser-based authentication</li></ul> |
8080

8181

0 commit comments

Comments
 (0)