Added strongswan.conf options for EAP-TLS/TTLS fragment size

This commit is contained in:
Martin Willi
2010-08-31 16:17:01 +02:00
parent 743f94067e
commit f9fc5f2045
4 changed files with 30 additions and 14 deletions
+2 -1
View File
@@ -75,9 +75,10 @@ struct tls_eap_t {
* @param server server identity
* @param peer peer identity, NULL to omit peer authentication
* @param application TLS application layer, if any
* @param frag_size maximum size of a TLS fragment we send
*/
tls_eap_t *tls_eap_create(eap_type_t type, bool is_server,
identification_t *server, identification_t *peer,
tls_application_t *application);
tls_application_t *application, size_t frag_size);
#endif /** TLS_EAP_H_ @}*/