Re: time

From: Eli Dart (dart_at_nersc.gov)
Date: 10/11/04

  • Next message: Robert Watson: "IP options broken for raw sockets on cred downgrade (was: Re: why required root privileges to set multicast options now?)"
    To: Omer Faruk Sen <ofsen@enderunix.org>
    Date: Mon, 11 Oct 2004 11:10:26 -0700
    
    
    

    In reply to Omer Faruk Sen <ofsen@enderunix.org> :

    > According to the very old article stated
    > http://www.totse.com/en/technology/computer_technology/162444.html there is
    > no way to tune time_wait timeout in FreeBSD. But since it is very old
    > article my question is this:
    >
    > Is there a way to change the time_wait timeout value in FreeBSD?

    sysctl -w net.inet.tcp.msl=<milliseconds>

    The default is 30000 (30 seconds).

                    --eli

    >
    >
    >
    > -----------------------
    > Omer Faruk Sen
    > http://www.EnderUNIX.ORG
    > Software Development Team @ Turkey
    > http://www.Faruk.NET
    > For Public key: http://www.enderunix.org/ofsen/ofsen.asc
    > ********************************************************
    >
    >
    > First Turkish FreeBSD book is out! Go check it.
    > Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
    > http://www.acikkod.com/freebsd.php
    >
    >
    > _______________________________________________
    > freebsd-net@freebsd.org mailing list
    > http://lists.freebsd.org/mailman/listinfo/freebsd-net
    > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
    >

    
    



  • Next message: Robert Watson: "IP options broken for raw sockets on cred downgrade (was: Re: why required root privileges to set multicast options now?)"

    Relevant Pages

    • Re: A problem with the select(2) interface
      ... Some platforms update the timeval and some don't, ... The FreeBSD man pages should document the behaviour of ... I agree that a _portable_ application must assume that timeout will ... Code with the assumption that the timeval struct will change and you'll ...
      (freebsd-arch)
    • Re: A problem with the select(2) interface
      ... The FreeBSD man pages should document the behaviour of ... modify the value passed as timeout but, ... +does not modify the return value, which can cause problems for applications ...
      (freebsd-arch)
    • Re: Stuck in geli
      ... MatrixRAID and avoiding it entirely on FreeBSD. ... It seems like a geli partition is unable to handle a timeout ... Seagate Barracuda 7200.7 and 7200.7 Plus family ... My experiences with disk timeouts on FreeBSD is that the OS does not ...
      (freebsd-stable)
    • Re: Pls sanity check: semtimedop(2) for FreeBSD
      ... Below is a semtimedopimplementation that I'm using for FreeBSD. ... struct timespec *_timeout) ... struct timeval timeout, before, after; ... sigaction(SIGALRM, &osa, NULL); ...
      (comp.unix.programmer)
    • Re: A problem with the select(2) interface
      ... Some platforms update the timeval and some don't, ... The FreeBSD man pages should document the behaviour of ... It's all very nice stating that SUSv2 allows a system to ... I agree that a _portable_ application must assume that timeout will ...
      (freebsd-arch)