Bugzilla – Attachment 1503 Details for
Bug 1465
"ServerAliveInterval" and "ServerAliveCountMax" doesnt work in openssh50?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
unbreak protocol keepalive timeouts
unbreakalive.diff (text/plain), 632 bytes, created by
Damien Miller
on 2008-05-19 14:04:34 AEST
(
hide
)
Description:
unbreak protocol keepalive timeouts
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2008-05-19 14:04:34 AEST
Size:
632 bytes
patch
obsolete
>Index: packet.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/packet.c,v >retrieving revision 1.152 >diff -u -p -r1.152 packet.c >--- packet.c 8 May 2008 06:59:01 -0000 1.152 >+++ 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");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1465
: 1503