search for: keepalivetunnel

Displaying 1 result from an estimated 1 matches for "keepalivetunnel".

2001 Aug 24
2
[PATCH] SO_KEEPALIVE for port forwards
...was made for 2.9p2, but it applies almost perfectly to the CVS HEAD. I would've provided a patch to CVS instead, but the HEAD doesn't build for me at the moment. Thoughts? Please cc: me, I'm not on the list. Thanks. -------------- next part -------------- --- openssh-2.9p2/channels.c.keepalivetunnel Wed Jun 13 12:18:05 2001 +++ openssh-2.9p2/channels.c Thu Aug 23 15:40:43 2001 @@ -61,6 +61,9 @@ #include "canohost.h" #include "key.h" #include "authfd.h" +#include "readconf.h" + +extern Options options; /* Maximum number of fake X11 displays to try....