* Version 2.11.1 (unreleased)
+** libgnutls: by default lowat level has been set to zero to avoid unnecessary
+system calls. Applications that depended on it being 1 should explicitly call
+gnutls_transport_set_lowat().
+
** libgnutls: Nettle is the default crypto back end. Use --with-libgcrypt
to use the libgcrypt back end.
#define INITIAL_RECV_BUFFER_SIZE 256
/* the default for TCP */
-#define DEFAULT_LOWAT 1
+#define DEFAULT_LOWAT 0
/* expire time for resuming sessions */
#define DEFAULT_EXPIRE_TIME 3600