From be8f901ca7262c0209d0c6c26d67adbbd9edbdf6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 3 Jun 2008 19:02:05 +0000 Subject: [PATCH] - crap Changed files: openssh-unbreakalive.patch -> 1.3 --- openssh-unbreakalive.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 openssh-unbreakalive.patch diff --git a/openssh-unbreakalive.patch b/openssh-unbreakalive.patch new file mode 100644 index 0000000..2191b32 --- /dev/null +++ b/openssh-unbreakalive.patch @@ -0,0 +1,16 @@ +diff -u -p packet.c +--- packet.c 8 May 2008 06:59:01 -0000 ++++ packet.c 19 May 2008 04:00:34 -0000 +@@ -1185,9 +1185,10 @@ packet_read_poll_seqnr(u_int32_t *seqnr_ + for (;;) { + if (compat20) { + type = packet_read_poll2(seqnr_p); +- keep_alive_timeouts = 0; +- if (type) ++ if (type) { ++ keep_alive_timeouts = 0; + DBG(debug("received packet type %d", type)); ++ } + switch (type) { + case SSH2_MSG_IGNORE: + debug3("Received SSH2_MSG_IGNORE"); -- 2.44.0