diff options
author | sommerfeld <sommerfeld> | 1999-08-17 15:24:41 +0000 |
---|---|---|
committer | sommerfeld <sommerfeld> | 1999-08-17 15:24:41 +0000 |
commit | 54e63777e61dfed02c5cdfea163bb289b4f470de (patch) | |
tree | 21645d2dd5730bb84967870a98a4e5695135570d /security/ssh/files | |
parent | 010f74eef3d6748f59ae14abff5b76d10b4fded9 (diff) | |
download | pkgsrc-54e63777e61dfed02c5cdfea163bb289b4f470de.tar.gz |
Performance fix for ssh X11 forwarding: turn on TCP_NODELAY on local
stub connections on client and server side. (it was correctly being
enabled over the long-haul connection, but somehow it got missed on
the loopback connections to the real X client and server)
This makes x2x over ssh actually pleasant to use.
Diffstat (limited to 'security/ssh/files')
-rw-r--r-- | security/ssh/files/patch-sum | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/ssh/files/patch-sum b/security/ssh/files/patch-sum index ea26bdf9309..08afec890b4 100644 --- a/security/ssh/files/patch-sum +++ b/security/ssh/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.3 1999/07/17 03:41:06 jlam Exp $ +$NetBSD: patch-sum,v 1.4 1999/08/17 15:24:41 sommerfeld Exp $ MD5 (patch-aa) = dca3a23f5066125131e34fba33baa4ae MD5 (patch-ab) = 712a7ffc9d2686153df92e32ce6b43bb @@ -12,8 +12,6 @@ MD5 (patch-am) = fd4e766e57c58645714fdab8ed55da5d MD5 (patch-an) = 135b09a36c66aaf25a476dcb659efcf7 MD5 (patch-ao) = 98e2eb418ee7f5ad544c32c7d5569ea2 MD5 (patch-ap) = 99049fb6deb9bab8950723b7430a89a4 -MD5 (patch-aq) = fed44f408b8f42c808af1f896308d07d +MD5 (patch-aq) = b0a282a2efb91234aeddca67351f95a4 MD5 (patch-au) = aabad95304cea849e30389ad00e6d243 MD5 (patch-av) = b3f9909bd6a5cc387e929d16f89884c0 -MD5 (patch-ba) = fa984b71e26f7a9b32f9c1e38baaaa36 -MD5 (patch-bb) = bfcd6c515d2ab62c510bed6afceeedee |