TLS_Message_Length is made configurable
authorraghu <raghu>
Thu, 28 Feb 2002 21:44:29 +0000 (21:44 +0000)
committerraghu <raghu>
Thu, 28 Feb 2002 21:44:29 +0000 (21:44 +0000)
raddb/radiusd.conf.in

index 91cb8d0..093fb44 100644 (file)
@@ -491,7 +491,17 @@ modules {
                #       This can never exceed MAX_RADIUS_LEN (4096)
                #       preferably half the MAX_RADIUS_LEN, to
                #       accomodate other attributes in RADIUS packet.
-               #       fragment_size = 2048
+               #       On most APs the MAX packet length is configured
+               #       between 1500 - 1600. In these cases, fragment
+               #       size should be <= 1024.
+               #       fragment_size = 1024
+               #
+               #       include_length is a flag which is by default set to yes
+               #       If set to yes, Total Length of the message is included
+               #       in EVERY packet we send.
+               #       If set to no, Total Length of the message is included
+               #       ONLY in the First packet of a fragment series.
+               #       include_length = yes
                #}
        }