From owner-freebsd-hackers Wed Aug 23 13:59:33 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA23594 for hackers-outgoing; Wed, 23 Aug 1995 13:59:33 -0700 Received: from tuminfo2.informatik.tu-muenchen.de (tuminfo2.informatik.tu-muenchen.de [131.159.0.81]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id NAA23588 for ; Wed, 23 Aug 1995 13:59:30 -0700 Received: from sunsystem5.informatik.tu-muenchen.de ([131.159.0.125]) by tuminfo2.informatik.tu-muenchen.de with ESMTP id <26537-3>; Wed, 23 Aug 1995 22:59:13 +0200 Received: by sunsystem5.informatik.tu-muenchen.de id <15879>; Wed, 23 Aug 1995 22:58:59 +0200 To: freebsd-hackers@freefall.FreeBSD.org Path: hartl From: hartl@informatik.tu-muenchen.de (Anton Hartl) Newsgroups: muc.lists.freebsd.hackers Subject: make SO_KEEPALIVE optional for TCP NFS mounts Date: 23 Aug 1995 20:58:49 GMT Organization: Technische Universitaet Muenchen, Germany Lines: 9 Message-ID: <41g4q9$mm2@sunsystem5.informatik.tu-muenchen.de> NNTP-Posting-Host: hprbg5.informatik.tu-muenchen.de X-Newsreader: NN version 6.5.0 #5 (NOV) Sender: hackers-owner@FreeBSD.org Precedence: bulk Recently I ran into the problem of high ISDN bills :) and finally found that a NFS mount using TCP makes use of the socket option SO_KEEPALIVE to see if the connection is still alive; the default is 2 hours so my ISDN router dialed every two hours. So I'm asking if it is possible to add a mount option for TCP mounts to turn off the keepalive on the socket? If yes, I'm willing to add this myself, provided I don't have to have it done until tomorrow :) -Toni