diff --git a/docs/html/config_caclient.html b/docs/html/config_caclient.html
index 7c62105d..812b7cc9 100644
--- a/docs/html/config_caclient.html
+++ b/docs/html/config_caclient.html
@@ -155,6 +155,18 @@
pmt_mode = 4
+
mode 5 (new OSCam since revision 10087)
+ Similar to mode 3 (TCP), but uses a new network protocol which also added
+ client/server greeting messages and protocol version information (to be able
+ to smoothly detect enhancements in the future).
+ This is currently the preferred mode (the other may be removed in future)!
+ The following lines are required in [dvbapi] section of oscam.conf file:
+
+ - boxtype = pc
+ pmt_mode = 4
+ listen_port = 9000 # or your preferred port
+
+
Comment
Allows the administrator to set a comment only visible in this editor.
It does not serve any active purpose.