From 060df7809a64d1b589554169443c48bc428ca726 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 15 Nov 2014 23:39:24 +0000 Subject: A TLS Server can now process either TLS or DTLS but not either, with the setting set in the constructor. This prevents various surprising things from happening to applications and simplifies record processing. --- src/lib/tls/tls_server.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/tls/tls_server.h') diff --git a/src/lib/tls/tls_server.h b/src/lib/tls/tls_server.h index a514607ba..c0646bdbc 100644 --- a/src/lib/tls/tls_server.h +++ b/src/lib/tls/tls_server.h @@ -34,6 +34,7 @@ class BOTAN_DLL Server : public Channel const Policy& policy, RandomNumberGenerator& rng, const std::vector& protocols = std::vector(), + bool is_datagram = false, size_t reserved_io_buffer_size = 16*1024 ); -- cgit v1.2.3