diff debian/dropbear.postinst @ 450:c23c7f0f594c

Use the -W <windowsize> argument in startup scripts, with a default of 64kB
author Matt Johnston <matt@ucc.asn.au>
date Wed, 25 Jul 2007 15:44:50 +0000
parents 654bc8327787
children 8c2d2edadf2a
line wrap: on
line diff
--- a/debian/dropbear.postinst	Wed Jul 25 15:44:25 2007 +0000
+++ b/debian/dropbear.postinst	Wed Jul 25 15:44:50 2007 +0000
@@ -54,6 +54,10 @@
 
 # DSS hostkey file (default: /etc/dropbear/dropbear_dss_host_key)
 #DROPBEAR_DSSKEY="/etc/dropbear/dropbear_dss_host_key"
+
+# Receive window size - this is a tradeoff between memory and
+# network performance
+DROPBEAR_RECEIVE_WINDOW=65536
 EOT
 fi