Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Aug 2008 22:28:53 GMT
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 146807 for review
Message-ID:  <200808062228.m76MSrh8013623@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=146807

Change 146807 by rpaulo@rpaulo_epsilon on 2008/08/06 22:28:19

	Change the MSL to the one BSDs use (30 sec).

Affected files ...

.. //depot/projects/soc2008/rpaulo-tcpad/tcpad.h#14 edit

Differences ...

==== //depot/projects/soc2008/rpaulo-tcpad/tcpad.h#14 (text+ko) ====

@@ -23,14 +23,14 @@
  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/soc2008/rpaulo-tcpad/tcpad.h#13 $
+ * $P4: //depot/projects/soc2008/rpaulo-tcpad/tcpad.h#14 $
  */
 
 #ifndef _TCPAD_H_
 #define _TCPAD_H_
 
 #define TCPAD_VERSION	"0.1"
-#define	TCPAD_MSL	60	/* sec. */
+#define	TCPAD_MSL	30	/* sec. */
 
 /* Globals */
 pcap_t *p;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808062228.m76MSrh8013623>